Skip to content

Commit 5eaa3a7

Browse files
authored
Merge pull request #250 from surfstudio/hotfix/add_codecov_token
Fix codecov uploader failures
2 parents 529f831 + 10eeba3 commit 5eaa3a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Upload Coverage
2525
uses: codecov/[email protected]
2626
with:
27+
token: ${{ secrets.CODECOV_TOKEN }}
2728
files: build/reports/cobertura.xml
2829
flags: unittests
2930
name: codecov-unit
@@ -47,6 +48,7 @@ jobs:
4748
- name: Upload Coverage
4849
uses: codecov/[email protected]
4950
with:
51+
token: ${{ secrets.CODECOV_TOKEN }}
5052
files: build/reports/cobertura.xml
5153
flags: uitests
5254
name: codecov-ui

0 commit comments

Comments
 (0)