Skip to content

Commit

Permalink
build: tweaked Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkryukov committed Apr 24, 2022
1 parent 02cf0ec commit 57926f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ docs:
cd docs; make clean; make html

test:
python3 -m coverage run -m --include=kutana/* pytest
python3 -m coverage run -m --include=kutana/* pytest tests/
python3 -m coverage report -m --fail-under=100

test-debug:
PYTHONASYNCIODEBUG=1 python3 -m coverage run -m --include=kutana/* pytest
PYTHONASYNCIODEBUG=1 python3 -m coverage run -m --include=kutana/* pytest tests/
python3 -m coverage report -m --fail-under=100

lint:
Expand Down

0 comments on commit 57926f1

Please sign in to comment.