Skip to content

Commit

Permalink
Increased minimum threshold for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew J. Sonne committed Jun 25, 2017
1 parent 0a7d6d9 commit 338053e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def init(project):
project.set_property('flake8_verbose_output', True)
project.set_property("flake8_break_build", True)

project.set_property("coverage_threshold_warn", 50)
project.set_property("coverage_threshold_warn", 75)

project.set_property('skip_upload_docs', True)

Expand Down

0 comments on commit 338053e

Please sign in to comment.