coverage: run.include, drop --ignore-errors, codecov name
This commit is contained in:
parent
31174f3f83
commit
ee95d666f8
20
.coveragerc
20
.coveragerc
|
@ -1,15 +1,15 @@
|
||||||
[run]
|
[run]
|
||||||
source = .
|
include =
|
||||||
|
src/*
|
||||||
|
testing/*
|
||||||
|
.tox/*/lib/python*/site-packages/_pytest/*
|
||||||
|
.tox/*/lib/python*/site-packages/pytest.py
|
||||||
|
.tox\*\Lib\site-packages\_pytest\*
|
||||||
|
.tox\*\Lib\site-packages\pytest.py
|
||||||
parallel = 1
|
parallel = 1
|
||||||
branch = 1
|
branch = 1
|
||||||
|
|
||||||
[report]
|
|
||||||
include = src/*, testing/*
|
|
||||||
|
|
||||||
[paths]
|
[paths]
|
||||||
source = src/_pytest
|
source = src/
|
||||||
.tox/*/lib/python*/site-packages/_pytest/
|
.tox/*/lib/python*/site-packages/
|
||||||
.tox\*\Lib\site-packages\pytest\
|
.tox\*\Lib\site-packages\
|
||||||
source_pytest_py = src/pytest.py
|
|
||||||
.tox/*/lib/python*/site-packages/pytest.py
|
|
||||||
.tox\*\Lib\site-packages\pytest.py
|
|
||||||
|
|
Loading…
Reference in New Issue