Skip to content

Commit

Permalink
Fix coverage source
Browse files Browse the repository at this point in the history
  • Loading branch information
jtc42 committed May 5, 2020
1 parent dd8f67c commit 33e786e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[run]
branch = True
source = ./labthings
omit = .venv/*, labthings/server/wsgi/*, , labthings/server/monkey.py
source = ./src/labthings
omit = .venv/*, ./src/labthings/server/wsgi/*, ./src/labthings/server/monkey.py
concurrency = greenlet

[report]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ whitelist_externals = poetry
commands =
poetry install -v
poetry run black . --check
poetry run pytest tests/
poetry run pytest

0 comments on commit 33e786e

Please sign in to comment.