add back coverage
This commit is contained in:
parent
bbec17d498
commit
b86e4e017f
|
@ -69,4 +69,5 @@ jobs:
|
|||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
directory: ./api/tacticalrmm
|
||||
files: ./api/tacticalrmm/coverage.xml
|
||||
verbose: true
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[pytest]
|
||||
DJANGO_SETTINGS_MODULE = tacticalrmm.settings
|
||||
python_files = tests.py test_*.py
|
||||
addopts = --cov . --capture=tee-sys -vv
|
||||
addopts = --capture=tee-sys -vv --cov --cov-config=.coveragerc --cov-report=xml
|
||||
|
||||
filterwarnings =
|
||||
ignore::django.core.cache.CacheKeyWarning
|
||||
|
|
Loading…
Reference in New Issue