update pyproject.toml

This commit is contained in:
Sina Atalay committed 2024-02-20 20:11:36 +01:00
1 parent 6bdb997830
commit b9481cbfd8
1 file changed
+6 -1
+6 -1
View File
@@ -131,4 +131,9 @@ enable-unstable-feature = [
[tool.coverage.run]
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.*"]