mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-05 02:49:50 +00:00
Adding secret CodeCov token
This commit is contained in:
@@ -45,4 +45,4 @@ jobs:
|
|||||||
- name: Output coverage
|
- name: Output coverage
|
||||||
run: gcovr -e tests/ -o coverage.xml --xml
|
run: gcovr -e tests/ -o coverage.xml --xml
|
||||||
- name: Publish to CodeCov
|
- name: Publish to CodeCov
|
||||||
run: bash <(curl -s https://codecov.io/bash) -f coverage.xml || echo "Codecov did not collect coverage reports"
|
run: bash <(curl -s https://codecov.io/bash) -f coverage.xml -t ${{ secrets.CODECOV_TOKEN }} || echo "Codecov did not collect coverage reports"
|
||||||
|
|||||||
Reference in New Issue
Block a user