Skip to content

Commit 474158b

Browse files
Merge pull request #340 from qdev-dk/fix/codecov
fix: Install codacy coverage uploader
2 parents f856cca + 40a2bbc commit 474158b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ script:
2121
- python qcodes/test.py --skip-coverage
2222
- python qcodes/test.py --mp-spawn
2323
after_success:
24-
# codecov
24+
# install codacy coverage plugin only on traivs
25+
- pip install codacy-coverage
2526
- cd qcodes
2627
- coverage xml
2728
- python-codacy-coverage -r coverage.xml
28-
# codecvo
29-
- bash <(curl -s https://codecov.io/bash) -t c3b231db-2db3-4560-a477-6edcf4cf5ad1
30-
#
3129
# build the docs, one dir up
3230
- cd ../
3331
- make -f docs/Makefile gh-pages

0 commit comments

Comments
 (0)