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]
|
||||
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
|
||||
branch = 1
|
||||
|
||||
[report]
|
||||
include = src/*, testing/*
|
||||
|
||||
[paths]
|
||||
source = src/_pytest
|
||||
.tox/*/lib/python*/site-packages/_pytest/
|
||||
.tox\*\Lib\site-packages\pytest\
|
||||
source_pytest_py = src/pytest.py
|
||||
.tox/*/lib/python*/site-packages/pytest.py
|
||||
.tox\*\Lib\site-packages\pytest.py
|
||||
source = src/
|
||||
.tox/*/lib/python*/site-packages/
|
||||
.tox\*\Lib\site-packages\
|
||||
|
|
Loading…
Reference in New Issue