Skip to content

Commit

Permalink
chore: raise coverage to 94
Browse files Browse the repository at this point in the history
  • Loading branch information
johanseto committed Apr 17, 2023
1 parent 62ba87f commit df9cf0b
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=93
$(TOX) coverage report -m --fail-under=94

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

0 comments on commit df9cf0b

Please sign in to comment.