Skip to content

Commit

Permalink
Switch store_false to store_true as I misunderstood the default
Browse files Browse the repository at this point in the history
  • Loading branch information
timkrins committed Jan 21, 2025
1 parent bc245b0 commit 46661af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff_cover/diff_cover_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def parse_coverage_args(argv):

parser.add_argument(
"--github-warning-annotations",
action="store_false",
action="store_true",
default=None,
help=GITHUB_WARNING_ANNOTATIONS_HELP,
)
Expand Down

0 comments on commit 46661af

Please sign in to comment.