mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed cobertura analysis
This commit is contained in:
parent
fd829b0624
commit
e148e7bf64
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ after_success:
|
||||||
# ... installing the tools
|
# ... installing the tools
|
||||||
- sudo apt-get install -qq python-yaml lcov
|
- sudo apt-get install -qq python-yaml lcov
|
||||||
# ... changing data format to a readable one
|
# ... changing data format to a readable one
|
||||||
- lcov --directory $COVERALS_DIR --base-directory ./test --capture --output-file $COVERALS_DIR/coverage.info
|
- lcov --directory $COVERALS_DIR --base-directory /home/travis/build/mat007/turtle/test --capture --output-file $COVERALS_DIR/coverage.info
|
||||||
|
|
||||||
# ... erasing /test/ /example/ folder data
|
# ... erasing /test/ /example/ folder data
|
||||||
- lcov --remove $COVERALS_DIR/coverage.info "/usr*" "/test/*" $IGNORE_COVERAGE "tests/*" "*/doc/examples/*" -o $COVERALS_DIR/coverage.info
|
- lcov --remove $COVERALS_DIR/coverage.info "/usr*" "/test/*" $IGNORE_COVERAGE "tests/*" "*/doc/examples/*" -o $COVERALS_DIR/coverage.info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue