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

Add test for sha256sum function #91

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Jan 22, 2024

Follow-up to #90 (#90 (comment))

@codecov-commenter
Copy link

codecov-commenter commented Jan 22, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.32%. Comparing base (0b38175) to head (b9a5bd8).
Report is 19 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   75.21%   75.32%   +0.10%     
==========================================
  Files           8        8              
  Lines         920      924       +4     
==========================================
+ Hits          692      696       +4     
  Misses        173      173              
  Partials       55       55              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tianon
Copy link
Member Author

tianon commented Jan 22, 2024

#90 (comment) gave us:

@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
- Coverage   75.21%   74.89%   -0.33%     
==========================================
  Files           8        8              
  Lines         920      924       +4     
==========================================
  Hits          692      692              
- Misses        173      177       +4     
  Partials       55       55              

and this after:

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
+ Coverage   75.21%   75.32%   +0.10%     
==========================================
  Files           8        8              
  Lines         920      924       +4     
==========================================
+ Hits          692      696       +4     
  Misses        173      173              
  Partials       55       55              

(ie, the +4 misses from #90 are now +4 hits successfully 👍)

@tianon
Copy link
Member Author

tianon commented Jan 22, 2024

Failing CI succeeded on attempt 4 (this is attempt 5) and it only failed because Codecov is Codecov-ing.

@tianon tianon merged commit 91633b5 into docker-library:master Jan 22, 2024
5 of 6 checks passed
@tianon tianon deleted the sha256sum-test branch January 22, 2024 18: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.

3 participants