Skip to content

Commit 75c7abe

Browse files
fix(pnt-functional): set pytest to produce cov xml report
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent 2c63ada commit 75c7abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/pnt-functional/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ addopts = """
115115
--disable-warnings
116116
--cov=src/pnt_functional/
117117
--cov-report=term-missing
118+
--cov-report=xml
118119
--durations=0
119120
"""
120121
log_level = "INFO"

0 commit comments

Comments
 (0)