Skip to content

Commit

Permalink
Update coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed Sep 12, 2024
1 parent 183488e commit eb6f89b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ opf-fido = { git = "https://github.com/artefactual-labs/fido.git", rev = "564ceb
include = ["worker.*"]

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--reuse-db -p no:cacheprovider"
DJANGO_SETTINGS_MODULE = "settings.test"

Expand All @@ -59,7 +60,7 @@ omit = [
"**/wsgi.py",
"**/manage.py",
]
include = ["**/worker/*"]
include = ["worker/*"]
branch = true

[tool.ruff]
Expand Down

0 comments on commit eb6f89b

Please sign in to comment.