Skip to content

Commit

Permalink
Configure coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Apr 11, 2019
1 parent b66f433 commit b8dafda
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
[bdist_wheel]
universal = 1

[zest.releaser]
create-wheel = yes
[coverage:run]
branch = True
source = src
omit =

[coverage:report]
ignore_errors = True
precision = 2
show_missing = True
sort = Name

0 comments on commit b8dafda

Please sign in to comment.