File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,16 @@ before_script: # configure a headless display to test plot generation
37
37
script :
38
38
- cd qcodes
39
39
- py.test --cov=qcodes --cov-report xml --cov-config=.coveragerc
40
+ # build docs with warnings as errors
40
41
- |
41
42
cd ../docs
42
43
make SPHINXOPTS="-W" html-api
43
44
- cd ..
44
45
45
46
after_success :
46
- # install dependencies for docs build
47
+ # upload code coverage
47
48
- python-codacy-coverage -r qcodes/coverage.xml
49
+ - codecov
48
50
# upload the docs
49
51
- |
50
52
if [[ $TRAVIS_REPO_SLUG == "QCoDeS/Qcodes" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ codacy-coverage
5
5
hypothesis
6
6
pyvisa-sim
7
7
lxml
8
+ codecov
You can’t perform that action at this time.
0 commit comments