mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Output coverage data before uploading
This commit is contained in:
parent
ee0a76eed5
commit
be153c5948
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue