Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium authored and Bachmann1234 committed Dec 5, 2021
1 parent 3b04beb commit 412c87b
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 @@ -164,7 +164,7 @@ def parse_coverage_args(argv):
defaults = {
"show_uncovered": False,
"compare_branch": "origin/main",
"fail_under": "0",
"fail_under": 0,
"ignore_staged": False,
"ignore_unstaged": False,
"ignore_untracked": False,
Expand Down

0 comments on commit 412c87b

Please # to comment.