Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
KEP-527 Add code coverage to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruck committed Aug 16, 2018
1 parent 0780106 commit 3bcfea4
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 @@ -98,7 +98,7 @@ script:
after_success:
- |
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
coveralls -r ${TRAVIS_BUILD_DIR} -e 'audit/test' -e 'bootstrap/test' -e 'curd/test' -e 'ethereum/test' -e 'http/test' -e 'mocks' -e 'node/test' -e 'options/test' -e 'pbft/test' -e 'raft/test' -e 'status/test' -e 'swarm' -e 'include' --gcov-options '\-lp'
coveralls -r ${TRAVIS_BUILD_DIR} -e 'build' -e 'audit/test' -e 'bootstrap/test' -e 'curd/test' -e 'ethereum/test' -e 'http/test' -e 'mocks' -e 'node/test' -e 'options/test' -e 'pbft/test' -e 'raft/test' -e 'status/test' -e 'swarm' -e 'include' --gcov-options '\-lp'
fi
- echo ${TRAVIS_BRANCH}
- if [ "$TRAVIS_BRANCH" = "master" ] ; then PACKAGE_COMPONENT="stable" ; else PACKAGE_COMPONENT="unstable" ; fi
Expand Down

0 comments on commit 3bcfea4

Please sign in to comment.