Skip to content

Commit

Permalink
Revert "chore: raise coverage to 94"
Browse files Browse the repository at this point in the history
This reverts commit df9cf0b.
  • Loading branch information
johanseto committed Apr 19, 2023
1 parent 53b3fee commit d95402c
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 @@ -54,7 +54,7 @@ quality: clean install-test-reqs## check coding style with pycodestyle and pylin

python-test: clean install-test-reqs## Run test suite.
$(TOX) coverage run --source ./eox_nelp manage.py test
$(TOX) coverage report -m --fail-under=94
$(TOX) coverage report -m --fail-under=93

complexity: clean install-test-reqs## Run complexity suite with flake8.
$(TOX) flake8 --max-complexity 10 eox_nelp
Expand Down

0 comments on commit d95402c

Please sign in to comment.