mirror of https://github.com/eyhc1/rendercv.git
update pyproject.toml
This commit is contained in:
parent
6bdb997830
commit
b9481cbfd8
|
@ -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.*"]
|
||||||
|
|
Loading…
Reference in New Issue