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 the feature to update renv.lock provided as an input #18

Merged
merged 23 commits into from
Jan 9, 2024

Conversation

walkowif
Copy link
Contributor

@walkowif walkowif commented Jan 5, 2024

Closes #17.

Copy link

github-actions bot commented Jan 5, 2024

Unit Tests Summary

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

Results for commit b806ecf.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 5, 2024

badge

Code Coverage Summary

Filename            Stmts    Miss  Cover    Missing
----------------  -------  ------  -------  ---------------------------------------------------------
cmd/construct.go      215      25  88.37%   72-83, 182-189, 222-224, 308-310
cmd/download.go       174      41  76.44%   50-70, 89-91, 108-110, 137-139, 155-157, 177-179, 220-226
cmd/parse.go          116      10  91.38%   36-42, 66-68
cmd/renv.go           203      71  65.02%   130-160, 258-307
cmd/root.go           145     142  2.07%    54-160, 167-216
cmd/utils.go           76      28  63.16%   52-63, 71-73, 81-83, 94-96, 117-123
TOTAL                 929     317  65.88%

Diff against main

Filename           Stmts    Miss  Cover
---------------  -------  ------  -------
cmd/download.go       +1     -10  +5.92%
cmd/renv.go         +177     +71  -34.98%
cmd/root.go          +13     +13  -0.20%
cmd/utils.go           0      -3  +3.95%
TOTAL               +191     +71  -0.79%

Results for commit: b806ecf

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

.goreleaser.yaml Outdated Show resolved Hide resolved
@walkowif walkowif marked this pull request as ready for review January 9, 2024 11:56
@walkowif walkowif requested a review from a team as a code owner January 9, 2024 11:56
Copy link
Contributor

@cicdguy cicdguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for the quick turnaround!

@walkowif walkowif merged commit b51b57f into main Jan 9, 2024
7 checks passed
@walkowif walkowif deleted the update-renv-lock branch January 9, 2024 14:02
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.

[Feature Request]: Allow for renv.lock files to be updated using locksmith
2 participants