Skip to content

Commit

Permalink
move .coveragerc root clutter to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 20, 2021
1 parent 0ccfc86 commit 38eab88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .coveragerc

This file was deleted.

9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,12 @@ exclude=.eggs,.tox,build,dist,.git,__pycache__
[isort]
profile=black
known_first_party=argopt,tests

[coverage:run]
branch=True
include=argopt/*
omit=
argopt/_docopt.py
relative_files=True
[coverage:report]
show_missing=True

0 comments on commit 38eab88

Please sign in to comment.