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

Allow report to only display revisions that have changes (fix #187) #188

Merged
merged 3 commits into from
Jul 10, 2023

Conversation

devdanzin
Copy link
Collaborator

This add a CLI option and the path to omit lines where delta equals zero or file was not found. I've added a test, but it only checks that the CLI option works.

Fixes #187.

@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2023

Codecov Report

Merging #188 (4b9b8e2) into master (72c4bb8) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
+ Coverage   95.22%   95.24%   +0.01%     
==========================================
  Files          23       23              
  Lines        1214     1219       +5     
  Branches      273      275       +2     
==========================================
+ Hits         1156     1161       +5     
  Misses         33       33              
  Partials       25       25              
Impacted Files Coverage Δ
src/wily/__main__.py 95.50% <100.00%> (+0.02%) ⬆️
src/wily/commands/report.py 97.08% <100.00%> (+0.11%) ⬆️
Copy link
Owner

@tonybaloney tonybaloney left a comment

Choose a reason for hiding this comment

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

Thanks for submitting these atomic, testable PRs! this makes it so much easier to review + merge changes

@tonybaloney tonybaloney merged commit c1bc29f into tonybaloney:master Jul 10, 2023
18 checks passed
@devdanzin devdanzin deleted the report_changes_only branch July 10, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants