setting modest coverage targets

This commit is contained in:
Shirshanka Das 2021-02-03 21:48:05 -08:00 committed by Shirshanka Das
parent 35e9f28b56
commit b59a62fa1c

View File

@ -22,7 +22,7 @@ addopts = --cov src --cov-report term --cov-config setup.cfg
testpaths = test
[coverage:report]
fail_under = 96
fail_under = 60
show_missing = true
exclude_lines =
pragma: no cover