Skip to content

Commit

Permalink
Clean-up config for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Apr 27, 2020
1 parent 4b9d0d4 commit 5b472a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .coveragerc

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ recursive-include deezer *.py
include *.txt
include *.rst
include *.md
include .coveragerc
recursive-include deezer *.json
recursive-include docs *.bat
recursive-include docs *.placeholder
Expand Down
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,9 @@ use_parentheses = True
line_length = 88
known_first_party = deezer

[coverage:run]
branch = true
source = deezer

[coverage:report]
ignore_errors = true

0 comments on commit 5b472a8

Please sign in to comment.