Modifying codecov.io token to support oktal/pistache repository

parent cd7181a7
......@@ -147,4 +147,4 @@ after_success:
- 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 --list coverage.info
- bash <(curl -s https://codecov.io/bash) -f coverage.info -t d9025f96-b6f5-4b1c-9284-07eae3e59148 || echo "Codecov did not collect coverage reports"
\ No newline at end of file
- 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