travis: flag codecov.io uploads with 'unittests' flag

We may later upload also integrations tests coverage, ease
distinguishing those two.
This commit is contained in:
Marek Marczykowski-Górecki 2017-06-02 12:31:07 +02:00
parent 8dd4258d43
commit f02f28f6d9
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -14,7 +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 - codecov -F unittests
- ~/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