Skip to content

Commit

Permalink
Delegate the coverage-run setup to the .coveragerc file
Browse files Browse the repository at this point in the history
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
  • Loading branch information
Adam.Dybbroe committed May 5, 2021
1 parent 2aa316d commit f6442f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
branch = True
source = activefires-pp
relative_files = True

[report]
exclude_lines =
Expand Down
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ universal=1

[flake8]
max-line-length = 120

[coverage:run]
relative_files = True

0 comments on commit f6442f0

Please sign in to comment.