From 2493913fd518cd136eb6c562647ad0e6ef9866c1 Mon Sep 17 00:00:00 2001 From: JanLJL Date: Fri, 9 Aug 2019 09:34:53 +0200 Subject: [PATCH] integrated codecov --- .travis.yml | 11 +++++++++-- tox.ini | 3 --- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index d499ed2..801b641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index 84040ad..37ea5e3 100644 --- a/tox.ini +++ b/tox.ini @@ -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