Skip to content

Commit 3b22005

Browse files
committed
Add CODECOV_TOKEN
Signed-off-by: Willem Pienaar <git@willem.co>
1 parent c961d31 commit 3b22005

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Upload coverage to Codecov
3939
uses: codecov/codecov-action@v1
4040
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}
4142
files: ./coverage.xml
4243
flags: integrationtests
4344
env_vars: OS,PYTHON

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Upload coverage to Codecov
6363
uses: codecov/codecov-action@v1
6464
with:
65+
token: ${{ secrets.CODECOV_TOKEN }}
6566
files: ./coverage.xml
6667
flags: integrationtests
6768
env_vars: OS,PYTHON

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Upload coverage to Codecov
2727
uses: codecov/codecov-action@v1
2828
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}
2930
files: ./coverage.xml
3031
flags: unittests
3132
env_vars: OS,PYTHON

0 commit comments

Comments
 (0)