Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 440 support #108

Merged
merged 1 commit into from Jul 6, 2021
Merged

PEP 440 support #108

merged 1 commit into from Jul 6, 2021

Conversation

crazy-max
Copy link
Member

Fixes #85

Signed-off-by: CrazyMax crazy-max@users.noreply.github.com

@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2021

Codecov Report

Merging #108 (bdeecaf) into master (8a0bc9f) will increase coverage by 0.10%.
The diff coverage is 79.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   77.55%   77.65%   +0.10%     
==========================================
  Files           5        5              
  Lines         352      376      +24     
  Branches       82       87       +5     
==========================================
+ Hits          273      292      +19     
- Misses          4        5       +1     
- Partials       75       79       +4     
Impacted Files Coverage Δ
src/meta.ts 75.64% <78.26%> (+0.35%) ⬆️
src/tag.ts 74.76% <100.00%> (+0.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a0bc9f...bdeecaf. Read the comment docs.

@crazy-max crazy-max force-pushed the pep440 branch 2 times, most recently from 974abf3 to bdeecaf Compare July 6, 2021 11:53
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
@crazy-max crazy-max marked this pull request as ready for review July 6, 2021 11:58
@crazy-max crazy-max merged commit 6c228c6 into docker:master Jul 6, 2021
@crazy-max crazy-max deleted the pep440 branch July 6, 2021 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No support for Python packages versioning (PEP 440)
2 participants