Skip to content

Commit 530a338

Browse files
Generate sponge_log.xml
1 parent bb1285a commit 530a338

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

noxfile.py

+6
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,12 @@ def default(session, path):
139139
path,
140140
*session.posargs,
141141
)
142+
session.run(
143+
"coverage",
144+
"xml",
145+
"-o",
146+
"sponge_log.xml",
147+
)
142148

143149

144150
@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)

0 commit comments

Comments
 (0)