Skip to content

Commit

Permalink
Decreased coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Oct 23, 2020
1 parent f0e89b0 commit 16d63cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clearcov:
rm -f .coverage

finish:
$(COVERAGE) report --fail-under=90
$(COVERAGE) report --fail-under=80
rm -f $(TMPOUT)

test-rules:
Expand Down

0 comments on commit 16d63cc

Please sign in to comment.