Skip to content

Commit

Permalink
setup.cfg: combine coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 24, 2021
1 parent 41b4df4 commit ef0f6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool:pytest]
addopts = -v --junit-xml=test-report.xml
--doctest-modules
--cov=riotctrl --cov-branch
--cov=riotctrl --cov-branch --cov-append
--cov-report=term-missing --cov-report=xml
testpaths = riotctrl
markers =
Expand Down

0 comments on commit ef0f6d4

Please sign in to comment.