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
|
#coverage.py configuration
|
||||||
[run]
|
[run]
|
||||||
source = setools
|
source = setools
|
||||||
#plugins = Cython.Coverage
|
plugins = Cython.Coverage
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
|
@ -23,11 +23,11 @@ matrix:
|
|||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- env: TOX_ENV=pep8
|
- env: TOX_ENV=pep8
|
||||||
- env: TOX_ENV=coverage
|
|
||||||
- env: TOX_ENV=lint
|
- env: TOX_ENV=lint
|
||||||
|
# - env: TOX_ENV=coverage
|
||||||
|
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
- env: TOX_ENV=coverage
|
# - env: TOX_ENV=coverage
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
Loading…
Reference in New Issue
Block a user