Skip to content

Commit

Permalink
Use covdefaults to handle coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Mar 1, 2020
1 parent ceec080 commit 1f9df59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .coveragerc

This file was deleted.

1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
covdefaults
coverage
pre-commit
pytest
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ console_scripts =
[bdist_wheel]
universal = True

[coverage:run]
plugins = covdefaults

[mypy]
check_untyped_defs = true
disallow_any_generics = true
Expand Down

0 comments on commit 1f9df59

Please sign in to comment.