Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 4, 2023
1 parent 0f61d14 commit f633260
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 @@ -2,7 +2,7 @@ init:
@pip3 install -r requirements.txt
test:
@rm -rf tests/__pycache__/
@PYTHONPATH=. pytest -q --durations=10
@PYTHONPATH=. pytest -q --durations=10 --cov=. --cov-report term --cov-fail-under 85 tests/
lint:
@pylint --fail-under=9 *.py

Expand Down

0 comments on commit f633260

Please sign in to comment.