mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-05-24 07:11:19 +00:00
Adding secret CodeCov token
This commit is contained in:
@@ -45,4 +45,4 @@ jobs:
|
||||
- name: Output coverage
|
||||
run: gcovr -e tests/ -o coverage.xml --xml
|
||||
- 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