Skip to content

Commit

Permalink
[pyproject] Make coverage produce relative file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
anjos committed Nov 6, 2024
1 parent 60c96eb commit 04d8156
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,6 @@ addopts = [
]
junit_logging = "all"
junit_log_passing_tests = false

[tool.coverage.run]
relative_files = true

0 comments on commit 04d8156

Please sign in to comment.