Skip to content

Commit 976be1a

Browse files
authored
Fix codecov (coverage not installed outside of tox) (#424)
* codecov: rename config file Docs say that it needs to be named `codecov.yml`, or specified via argument to codecov-bash. * ci: Travis: pip install coverage This got lost when `scrutinizer-ocular`.
1 parent f048531 commit 976be1a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ script:
3030
after_script:
3131
- if [ $CI_TARGET = tests ]; then
3232
set -x;
33+
pip install coverage;
3334
coverage combine;
3435
coverage report -m;
3536
coverage xml;
File renamed without changes.

0 commit comments

Comments
 (0)