We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692cd3e commit e845269Copy full SHA for e845269
.travis.yml
@@ -625,9 +625,9 @@ script:
625
626
after_success:
627
- if [[ "$REPORT_COVERAGE" == true ]]; then
628
- lcov --capture --directory src --directory tests --output-file coverage.info;
629
- lcov --remove coverage.info 'tests/*' --output-file coverage.info;
630
- lcov --list coverage.info;
+ lcov --capture --directory src --directory tests --output-file coverage.info &&
+ lcov --remove coverage.info 'tests/*' --output-file coverage.info &&
+ lcov --list coverage.info &&
631
coveralls-lcov --repo-token=${COVERALLS_REPO_TOKEN} coverage.info;
632
fi
633
0 commit comments