Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.

Commit 89a093f

Browse files
committed
Move coverage.py settings to setup.cfg
1 parent b3273a5 commit 89a093f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.coveragerc

Lines changed: 0 additions & 8 deletions
This file was deleted.

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ select = E,W,F
1010

1111
[tool:pytest]
1212
addopts = --strict -ra --tb=short
13+
14+
[coverage:run]
15+
branch = True
16+
source =
17+
attrs_sqlalchemy,
18+
test_attrs_sqlalchemy
19+
20+
[coverage:report]
21+
show_missing = True

0 commit comments

Comments
 (0)