Skip to content

Commit 1f9df59

Browse files
committed
Use covdefaults to handle coveragerc
[covdefaults](https://github.com/asottile/covdefaults) Committed via https://github.com/asottile/all-repos
1 parent ceec080 commit 1f9df59

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

.coveragerc

-30
This file was deleted.

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
covdefaults
12
coverage
23
pre-commit
34
pytest

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ console_scripts =
3232
[bdist_wheel]
3333
universal = True
3434

35+
[coverage:run]
36+
plugins = covdefaults
37+
3538
[mypy]
3639
check_untyped_defs = true
3740
disallow_any_generics = true

0 commit comments

Comments
 (0)