Skip to content
Snippets Groups Projects
Commit db47ef24 authored by Erik Reid's avatar Erik Reid
Browse files

omit rmq/* from coverage line counts

parent 38b6c5e4
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,10 @@ python_version = "3.13"
strict = true
warn_unused_ignores = true
warn_return_any = true
[tool.coverage.run]
source = ["mapping_provider"]
omit = [
"mapping_provider/rmq/*",
"test/*"
]
\ No newline at end of file
[tox]
envlist = lint, typecheck, docs
envlist = coverage, lint, typecheck, docs
[testenv:coverage]
description = Run unit tests and save coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment