Adding secret CodeCov token

This commit is contained in:
Melefo
2020-01-20 22:01:16 +01:00
committed by GitHub
parent 522937cef0
commit bb0387332e
+1 -1
View File
@@ -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"