We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7ac3d commit 8e39e93Copy full SHA for 8e39e93
Makefile
@@ -12,6 +12,7 @@ PYTEST_COMMAND = pytest \
12
--cov cortexpy \
13
--cov-report term-missing \
14
--cov-report html \
15
+ --cov-report xml \
16
--cov-config setup.cfg \
17
--hypothesis-profile $(HYPOTHESIS_PROFILE)
18
BASE_TEST_COMMAND = tox -- $(PYTEST_COMMAND)
setup.cfg
@@ -1,2 +1,3 @@
1
[coverage:run]
2
omit = */cortexpy/test/*
3
+ */cortexpy/cortex_tools_benchmark/*
0 commit comments