Decreased coverage requirement

This commit is contained in:
Thomas Patzke 2020-10-23 20:17:06 +02:00
parent f0e89b0c8c
commit 16d63cc5d2

View File

@ -8,7 +8,7 @@ clearcov:
rm -f .coverage
finish:
$(COVERAGE) report --fail-under=90
$(COVERAGE) report --fail-under=80
rm -f $(TMPOUT)
test-rules: