travis: enable sending coverage data to codecov.io
This commit is contained in:
parent
345c16aa47
commit
8dd4258d43
@ -14,6 +14,7 @@ env:
|
|||||||
- DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
- DIST_DOM0=fc25 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- codecov
|
||||||
- ~/qubes-builder/scripts/travis-deploy
|
- ~/qubes-builder/scripts/travis-deploy
|
||||||
|
|
||||||
# don't build tags which are meant for code signing only
|
# don't build tags which are meant for code signing only
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# WARNING: those requirements are used only for travis-ci.org
|
# WARNING: those requirements are used only for travis-ci.org
|
||||||
# they SHOULD NOT be used under normal conditions; use system package manager
|
# they SHOULD NOT be used under normal conditions; use system package manager
|
||||||
coverage
|
coverage
|
||||||
|
codecov
|
||||||
docutils
|
docutils
|
||||||
jinja2
|
jinja2
|
||||||
lxml
|
lxml
|
||||||
|
Loading…
Reference in New Issue
Block a user