Skip to content

Commit 80b9918

Browse files
committed
Fix codecov config
1 parent 418df4a commit 80b9918

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ use_parentheses = True
4646
[tool:pytest]
4747
addopts =
4848
--junitxml=junit/test-results.xml
49-
--cov-config=.coveragerc
49+
--cov-config=setup.cfg
5050
--cov=mkdocs_rss_plugin
51-
--cov-report=xml
5251
--cov-report=html
53-
--cov-append tests/
52+
--cov-report=xml
5453
--ignore=tests/_wip/
5554
junit_family = xunit2
5655
minversion = 5.0
@@ -64,6 +63,7 @@ include =
6463
mkdocs_rss_plugin/*
6564
omit =
6665
.venv/*
66+
docs/*
6767
*tests*
6868

6969
[coverage:report]

0 commit comments

Comments
 (0)