Skip to content

Commit fc61cae

Browse files
committed
add init files for tests and coverage
1 parent ef8529e commit fc61cae

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pip-dev: check-venv
1818

1919
test:
2020
python -m coverage erase
21-
python -m coverage run -m unittest discover -v -s tests/
21+
python -m coverage run --source taleweave/ -m unittest discover -v -s tests/
2222
python -m coverage html -i
2323
python -m coverage xml -i
2424
python -m coverage report -i

taleweave/actions/__init__.py

Whitespace-only changes.

taleweave/bot/__init__.py

Whitespace-only changes.

taleweave/models/__init__.py

Whitespace-only changes.

taleweave/render/__init__.py

Whitespace-only changes.

taleweave/server/__init__.py

Whitespace-only changes.

taleweave/systems/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)