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 Hash renv.lock field #26

Merged
merged 3 commits into from
Feb 28, 2024
Merged

Add Hash renv.lock field #26

merged 3 commits into from
Feb 28, 2024

Conversation

walkowif
Copy link
Contributor

  • Add Hash renv.lock field so that when updating an existing renv.lock, the package hash will not get removed. Only remove the hash for packages which have been actually updated.
  • Update actions versions in workflows.

@walkowif walkowif marked this pull request as ready for review February 28, 2024 15:12
@walkowif walkowif requested a review from a team as a code owner February 28, 2024 15:12
Copy link

github-actions bot commented Feb 28, 2024

Unit Tests Summary

14 tests   14 ✅  0s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 9b775cb.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 28, 2024

badge

Code Coverage Summary

Filename            Stmts    Miss  Cover    Missing
----------------  -------  ------  -------  ---------------------------------------------------------
cmd/construct.go      216      25  88.43%   72-83, 182-189, 222-224, 309-311
cmd/download.go       177      44  75.14%   52-77, 96-98, 115-117, 144-146, 162-164, 184-186, 227-233
cmd/parse.go          116      10  91.38%   36-42, 66-68
cmd/renv.go           215      60  72.09%   130-160, 290-326
cmd/root.go           145     142  2.07%    54-161, 168-217
cmd/utils.go           76      28  63.16%   52-63, 71-73, 81-83, 94-96, 117-123
TOTAL                 945     309  67.30%

Diff against main

Filename       Stmts    Miss  Cover
-----------  -------  ------  -------
cmd/renv.go       +1       0  +0.13%
TOTAL             +1       0  +0.03%

Results for commit: 9b775cb

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

@walkowif walkowif merged commit 4bf17a8 into main Feb 28, 2024
7 checks passed
@walkowif walkowif deleted the add-hash-renv-lock-field branch February 28, 2024 15:25
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.

2 participants