Skip to content

Commit

Permalink
Fix make coverage command.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Oct 16, 2022
1 parent eb86f67 commit 53f8c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test:
python -m unittest

coverage:
coverage run --source websockets,tests -m unittest
coverage run -m unittest
coverage html
coverage report --show-missing --fail-under=100

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ omit =
source =
src/websockets
.tox/*/lib/python*/site-packages/websockets
tests

[coverage:report]
exclude_lines =
Expand Down

0 comments on commit 53f8c19

Please sign in to comment.