update pyproject.toml

This commit is contained in:
Sina Atalay 2024-02-20 20:11:36 +01:00
parent 6bdb997830
commit b9481cbfd8
1 changed files with 6 additions and 1 deletions

View File

@ -131,4 +131,9 @@ enable-unstable-feature = [
[tool.coverage.run] [tool.coverage.run]
source = ['rendercv'] source = ['rendercv']
relative_files = true # use relative paths instead of absolute paths, this is useful for combining coverage reports from different OSes # use relative paths instead of absolute paths, this is useful for combining coverage
# reports from different OSes:
relative_files = true
# don't include jinja templates in the coverage report:
omit = ["*.j2.*"]