1
0
Fork 0

add init files for tests and coverage
Run Python Build / build (push) Successful in 27s Details
Run Docker Build / build (push) Successful in 37s Details

This commit is contained in:
Sean Sube 2024-06-01 16:20:19 -05:00
parent ef8529ef62
commit fc61cae3fc
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
7 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pip-dev: check-venv
test: test:
python -m coverage erase python -m coverage erase
python -m coverage run -m unittest discover -v -s tests/ python -m coverage run --source taleweave/ -m unittest discover -v -s tests/
python -m coverage html -i python -m coverage html -i
python -m coverage xml -i python -m coverage xml -i
python -m coverage report -i python -m coverage report -i

View File

View File

View File

View File

View File

View File