codecov: use flags based on TOXENV

This commit is contained in:
Daniel Hahler 2017-09-29 12:34:07 +02:00
parent ece5a35790
commit a7dfb7dfcf

View file

@ -31,7 +31,7 @@ install:
script: tox -v
after_success:
- pip install codecov
- codecov
- codecov --required -X gcov --flags ${TOXENV//-/ }
- coverage report -m
branches:
except: templates/1.5.x templates/1.6.x