Skip to content

Commit f475f45

Browse files
committed
check if i can pass coverage.info to codecov
1 parent a8a6309 commit f475f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ after_success:
109109
cp ${TRAVIS_BUILD_DIR}/scriptsBuild/generateTestCoverageReport.sh generateTestCoverageReport.sh;
110110
sh generateTestCoverageReport.sh;
111111
ls;
112-
bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports" ;
112+
bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports" ;
113113
fi
114114

115115
# Generate and deploy documentation only in linux g++

0 commit comments

Comments
 (0)