Output coverage data before uploading

This commit is contained in:
Flamefire 2019-12-27 12:01:02 +01:00
parent ee0a76eed5
commit be153c5948

View file

@ -98,6 +98,8 @@ after_success:
# ... erasing /test/ /example/ folder data
- lcov --remove $COVERALS_DIR/coverage.info "/usr*" "/test/*" $IGNORE_COVERAGE "tests/*" "*/doc/examples/*" -o $COVERALS_DIR/coverage.info
# Output what was collected
- lcov --list $COVERALS_DIR/coverage.info
# Sending data to Coveralls
- cd $PROJECT_DIR