.coveragerc: Reenable Cython coverage plugin.

Cython coverage is only a problem when run through tox.  Disable the coverage
target in Travis Ci until this can be addressed.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2020-03-16 12:58:39 -04:00
parent b54c18b667
commit 507775236c
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#coverage.py configuration
[run]
source = setools
#plugins = Cython.Coverage
plugins = Cython.Coverage
[report]
exclude_lines =

View File

@ -23,11 +23,11 @@ matrix:
fast_finish: true
include:
- env: TOX_ENV=pep8
- env: TOX_ENV=coverage
- env: TOX_ENV=lint
# - env: TOX_ENV=coverage
allow_failures:
- env: TOX_ENV=coverage
# allow_failures:
# - env: TOX_ENV=coverage
sudo: false
dist: bionic