Skip to content

Commit

Permalink
Revert "Add context to coverage"
Browse files Browse the repository at this point in the history
This reverts commit 33e8d76.
  • Loading branch information
tcompa committed Feb 3, 2025
1 parent 33e8d76 commit fcf38c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,10 @@ branch = true
parallel = true
relative_files = true
omit = ["tests/*", "benchmarks/*", "fractal_server/json_schemas/*", "*/.venv/*"]
dynamic_context = "test_function"

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

[tool.coverage.html]
show_contexts = true

[tool.mypy.overrides]
module = ["devtools", "uvicorn", "pytest", "asgi_lifespan", "asyncpg"]
ignore_missing_imports = true

0 comments on commit fcf38c0

Please sign in to comment.