Skip to content

Commit

Permalink
Feature/code cov stage test (#1525)
Browse files Browse the repository at this point in the history
* Try using flags #1507
* Try removing dashes from variable name
  • Loading branch information
denis-yuen committed Jun 21, 2018
1 parent 186d42a commit 7573716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ before_cache:
- rm -rf $HOME/.m2/repository/.cache/download-maven-plugin directory

after_success:
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
- bash <(curl -s https://codecov.io/bash) -F ${TESTING_PROFILE//-} || echo "Codecov did not collect coverage reports"

notifications:
webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN

0 comments on commit 7573716

Please sign in to comment.