Uploading first modifications in .travis.yml

parent 34aa96e9
...@@ -127,8 +127,7 @@ after_failure: ...@@ -127,8 +127,7 @@ after_failure:
after_success: after_success:
- cd ../Build-Debug - cd ../Build-Debug
- export PISTACHE_SRC_ROOT=$(realpath $(pwd)/..)
- lcov --capture --directory . --output-file coverage.info - lcov --capture --directory . --output-file coverage.info
- lcov --remove coverage.info '/usr/*' "$PISTACHE_SRC_ROOT/test/*" "$PISTACHE_SRC_ROOT/googletest-release-1.7.0" --output-file coverage.info - lcov --remove coverage.info '/usr/*' "*test/*" "*googletest-release-1.7.0/*" -p ($pwd) --output-file coverage.info
- lcov --list coverage.info - lcov --list coverage.info
- bash <(curl -s https://codecov.io/bash) -f coverage.info -t 1db5f955-be83-4bb5-8a8a-eeb4ad07ce11 || echo "Codecov did not collect coverage reports" - bash <(curl -s https://codecov.io/bash) -f coverage.info -t 1db5f955-be83-4bb5-8a8a-eeb4ad07ce11 || echo "Codecov did not collect coverage reports"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment