Skip to content

Commit 0809dce

Browse files
fix(python-nix-template): set pytest to produce cov xml report
Signed-off-by: Cameron Smith <[email protected]>
1 parent 75c7abe commit 0809dce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/python-nix-template/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ addopts = """
8787
--disable-warnings
8888
--cov=src/python_nix_template/
8989
--cov-report=term-missing
90+
--cov-report=xml
9091
--durations=0
9192
"""
9293
log_level = "INFO"

0 commit comments

Comments
 (0)