ci: flag integration tests and unit tests

This commit is contained in:
Michael McLoughlin
2019-01-09 21:51:20 -08:00
parent b1f036a21f
commit 61e2c9dd38
2 changed files with 9 additions and 5 deletions

View File

@@ -9,4 +9,5 @@ script:
- ./script/coverage
- ./script/lint
after_success:
- bash <(curl -s https://codecov.io/bash) -f all.coverprofile
- bash <(curl -s https://codecov.io/bash) -F unittests -f unittests.coverprofile
- bash <(curl -s https://codecov.io/bash) -F integration -f integration.coverprofile