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

Verification Code and Checksum computation updates #43

Merged
merged 15 commits into from
Jan 30, 2024
Merged

Conversation

SamuraiAku
Copy link
Owner

  • On further review on the SPDX specification, updated the algorithm for computing a package verification code
  • Replaced the function spdxchecksum() with ComputePackageVerificationCode() and ComputeFileChecksum()
  • Resolved #40: Handling of symbolic links when computing the package verification code
  • Resolved #29: Support checksum calculation on a single file
  • Resolved #28: Use the Logging standard library to record all the files processed and their checksums

@codecov-commenter
Copy link

codecov-commenter commented Jan 28, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (d9b3b69) 98.39% compared to head (d4132c9) 98.43%.

Files Patch % Lines
src/checksums.jl 97.56% 1 Missing ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   98.39%   98.43%   +0.03%     
==========================================
  Files          17       17              
  Lines         810      830      +20     
==========================================
+ Hits          797      817      +20     
  Misses         13       13              

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

@SamuraiAku SamuraiAku merged commit e9e9062 into master Jan 30, 2024
2 checks passed
@SamuraiAku SamuraiAku deleted the verif_code branch January 30, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants