Correct travis coverage reporting

pull/4984/head
Jimmy Brisson 2017-09-05 16:05:55 -05:00
parent 9d0e8abb11
commit 6bf7718c8d
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ script:
- |
find -name "*.s" | tee BUILD/badasm | sed -e "s/^/Bad Assembler file name found: /" && [ ! -s BUILD/badasm ]
- make -C events/equeue test clean
- PYTHONPATH=. coverage run -m pytest tools/test
- coverage run tools/test/pylint.py
- coverage run tools/project.py -S
- coverage run tools/build_travis.py
- PYTHONPATH=. coverage run -a -m pytest tools/test
- python2 tools/test/pylint.py
- coverage run -a tools/project.py -S
- python2 tools/build_travis.py
- coverage html
after_success:
- coveralls