Skip to content

Commit 8e39e93

Browse files
author
Warren Kretzschmar
committed
Add xml coverage report
1 parent 1b7ac3d commit 8e39e93

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ PYTEST_COMMAND = pytest \
1212
--cov cortexpy \
1313
--cov-report term-missing \
1414
--cov-report html \
15+
--cov-report xml \
1516
--cov-config setup.cfg \
1617
--hypothesis-profile $(HYPOTHESIS_PROFILE)
1718
BASE_TEST_COMMAND = tox -- $(PYTEST_COMMAND)

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[coverage:run]
22
omit = */cortexpy/test/*
3+
*/cortexpy/cortex_tools_benchmark/*

0 commit comments

Comments
 (0)