Skip to content

Commit

Permalink
Raise the fail_under for test coverage to the current coverage level …
Browse files Browse the repository at this point in the history
…of 43.52% to keep from dropping again.

Add precision setting to coverage reporting
  • Loading branch information
ironfroggy committed Apr 22, 2019
1 parent 42845cc commit bcc28b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ omit = */migrations/*
branch = True

[coverage:report]
fail_under = 40
fail_under = 43.5
precision = 2

[flake8]

0 comments on commit bcc28b4

Please sign in to comment.