From b9481cbfd8a40bf9c751f1f30670b099b884eb83 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Tue, 20 Feb 2024 20:11:36 +0100 Subject: [PATCH] update pyproject.toml --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.*"]