mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-11 07:18:15 +00:00
.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:
parent
b54c18b667
commit
507775236c
@ -1,7 +1,7 @@
|
||||
#coverage.py configuration
|
||||
[run]
|
||||
source = setools
|
||||
#plugins = Cython.Coverage
|
||||
plugins = Cython.Coverage
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user