Switches to Codecov for coverage reporting and status

This commit is contained in:
Trenton H
2023-02-01 13:05:56 -08:00
parent 87b1f5adec
commit 1547a698cb
4 changed files with 28 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ max-line-length = 88
[tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html --numprocesses auto --quiet
addopts = --pythonwarnings=all --cov --cov-report=html --cov-report=xml --numprocesses auto --quiet
env =
PAPERLESS_DISABLE_DBHANDLER=true