We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418df4a commit 80b9918Copy full SHA for 80b9918
1 file changed
setup.cfg
@@ -46,11 +46,10 @@ use_parentheses = True
46
[tool:pytest]
47
addopts =
48
--junitxml=junit/test-results.xml
49
- --cov-config=.coveragerc
+ --cov-config=setup.cfg
50
--cov=mkdocs_rss_plugin
51
- --cov-report=xml
52
--cov-report=html
53
- --cov-append tests/
+ --cov-report=xml
54
--ignore=tests/_wip/
55
junit_family = xunit2
56
minversion = 5.0
@@ -64,6 +63,7 @@ include =
64
63
mkdocs_rss_plugin/*
65
omit =
66
.venv/*
+ docs/*
67
*tests*
68
69
[coverage:report]
0 commit comments