Skip to content
Snippets Groups Projects
Commit c7111b90 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixed coverage

parent f71f9fa9
No related branches found
No related tags found
No related merge requests found
[run] [run]
branch=1 branch=1
omit=
tests/*
docs/*
[paths]
source =
firanka/*
[report]
include= include=
firanka/* firanka/*
omit=
tests/*
...@@ -12,9 +12,8 @@ before_script: ...@@ -12,9 +12,8 @@ before_script:
- ./cc-test-reporter before-build - ./cc-test-reporter before-build
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install nose2 mock coverage
script: script:
- bash tests/test_posix/test_hang_until_sig.sh - python setup.py test
- coverage run -m nose2
after_success: after_success:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT - coverage xml
- ./cc-test-reporter after-build -t coverage.py --exit-code $TRAVIS_TEST_RESULT
...@@ -23,8 +23,3 @@ max-line-length=100 ...@@ -23,8 +23,3 @@ max-line-length=100
[bdist_wheel] [bdist_wheel]
universal=1 universal=1
[nosetests]
verbosity=1
detailed-errors=1
with-coverage=1
[coverage]
always-on = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment