integrated codecov

This commit is contained in:
JanLJL
2019-08-09 09:34:53 +02:00
parent 5e1784b915
commit f8f519297a
2 changed files with 9 additions and 5 deletions

View File

@@ -5,5 +5,12 @@ python:
- "3.6"
# Python 3.7 not working yet
# - "3.7"
install: pip install tox-travis
script: tox
before_install:
# - pip install tox-travis
- pip install codecov
script:
# - tox
- coverage run tests/all_tests.py
after_success:
- coverage combine
- codecov

View File

@@ -3,6 +3,3 @@ envlist = py35,py36
[testenv]
commands=
python tests/all_tests.py
# osaca --arch ivb --iaca examples/taxCalc-ivb-iaca
# osaca --arch ivb --iaca examples/taxCalc-ivb-iaca.S
# osaca --arch ivb examples/taxCalc-ivb