mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-26 18:12:36 -04:00
update pyproject.toml
This commit is contained in:
@@ -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.*"]
|
||||
|
||||
Reference in New Issue
Block a user