We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a6309 commit f475f45Copy full SHA for f475f45
.travis.yml
@@ -109,7 +109,7 @@ after_success:
109
cp ${TRAVIS_BUILD_DIR}/scriptsBuild/generateTestCoverageReport.sh generateTestCoverageReport.sh;
110
sh generateTestCoverageReport.sh;
111
ls;
112
- bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" ;
+ bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports" ;
113
fi
114
115
# Generate and deploy documentation only in linux g++
0 commit comments