Skip to content
Snippets Groups Projects
Commit e42cef7d authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject.toml] Use relative_files option for coverage to avoid long names in...

[pyproject.toml] Use relative_files option for coverage to avoid long names in CI-generated coverage reports
parent 4413f921
No related branches found
No related tags found
No related merge requests found
Pipeline #53817 failed
......@@ -10,3 +10,6 @@
[tool.black]
line-length = 80
[tool.coverage.run]
relative_files = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment