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

Log only unique set of missing packages #15

Merged
merged 7 commits into from
Dec 13, 2023

Conversation

walkowif
Copy link
Contributor

Closes #13 and #14.

@walkowif walkowif requested a review from a team as a code owner December 12, 2023 14:52
Copy link

github-actions bot commented Dec 12, 2023

Unit Tests Summary

8 tests   8 ✔️  0s ⏱️
2 suites  0 💤
1 files    0

Results for commit 02e64c9.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Dec 12, 2023

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       173      51  70.52%   50-70, 89-91, 108-110, 137-139, 155-157, 177-179, 220-228, 241-245, 252-254
cmd/parse.go          116      10  91.38%   36-42, 66-68
cmd/renv.go            26       0  100.00%
cmd/root.go           132     129  2.27%    49-135, 142-196
cmd/utils.go           76      31  59.21%   27-29, 52-63, 71-73, 81-83, 94-96, 117-123
TOTAL                 738     246  66.67%

Diff against main

Filename            Stmts    Miss  Cover
----------------  -------  ------  -------
cmd/construct.go      +41      +9  -2.43%
cmd/parse.go            0      -2  +1.72%
TOTAL                 +41      +7  +0.96%

Results for commit: 02e64c9

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

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.

Nice

@walkowif walkowif merged commit 01c7814 into main Dec 13, 2023
6 checks passed
@walkowif walkowif deleted the log-only-unique-set-of-missing-packages branch December 13, 2023 14:22
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]: Add short flags for CLI parameters
2 participants