ci: publish code coverage reports

This commit is contained in:
sebthom
2025-05-15 22:13:38 +02:00
parent 83c0d6adf0
commit 23910ffbf5
4 changed files with 47 additions and 1 deletions

View File

@@ -336,7 +336,10 @@ filterwarnings = [
]
[tool.coverage.run]
# https://coverage.readthedocs.io/en/latest/config.html#run
data_file = ".temp/coverage.sqlite"
branch = true # track branch coverage
relative_files = true
#####################