diff --git a/pyproject.toml b/pyproject.toml index 83a7e0a..e306f3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.*"]