Skip to content

Commit d4ac6d2

Browse files
committed
add .coveragerc
1 parent 889c8b6 commit d4ac6d2

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.codecov.yml

-4
This file was deleted.

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pytest]
22
testpaths = tests
3-
addopts = -v --cov=./
3+
addopts = -v --cov-config .coveragerc --cov=./

setup.cfg

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
[aliases]
22
test=pytest
3-
4-
[tool:pytest]
5-
addopts = -v --cov-config .coveragerc --cov=./

0 commit comments

Comments
 (0)