Skip to content

Commit

Permalink
additions to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
semiversus committed Sep 15, 2018
1 parent 48b1e7d commit 79dd685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ replace = version = '{new_version}'
universal = 1

[coverage:run]
source = broqer
branch = True

[coverage:report]
Expand All @@ -39,4 +40,4 @@ exclude_lines =
[tool:pytest]
testpaths = test broqer
doctest_optionflags = ELLIPSIS
addopts = --cov-report=html --cov-report=term-missing --cov=broqer --doctest-modules
addopts = --cov-report=html --cov-report=term-missing:skip-covered --no-cov-on-fail -q --doctest-modules

0 comments on commit 79dd685

Please sign in to comment.