Skip to content

Commit

Permalink
Revert "Add dynamic context to coverage report"
Browse files Browse the repository at this point in the history
This reverts commit 453675b.
  • Loading branch information
tcompa committed Jan 31, 2025
1 parent 453675b commit 29282f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,9 @@ branch = true
parallel = true
relative_files = true
omit = ["tests/*", "benchmarks/*", "fractal_server/json_schemas/*", "*/.venv/*"]
dynamic_context = true

[tool.coverage.report]
omit = ["tests/*", "benchmarks/*", "fractal_server/json_schemas/*", "*/.venv/*"]
show_contexts = true

[tool.mypy.overrides]
module = ["devtools", "uvicorn", "pytest", "asgi_lifespan", "asyncpg"]
Expand Down

0 comments on commit 29282f0

Please sign in to comment.