Skip to content

Commit aaa11c2

Browse files
committed
Reports added
1 parent f6e074e commit aaa11c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ def finalize_options(self):
2828
self.test_args = [
2929
'-sv',
3030
'--flake8',
31+
'--junitxml', 'reports/junit.xml',
3132
'--cov', 'openapi_spec_validator',
3233
'--cov-report', 'term-missing',
34+
'--cov-report', 'xml:reports/coverage.xml',
3335
]
3436
self.test_suite = True
3537

0 commit comments

Comments
 (0)