Skip to content

Commit e44c930

Browse files
fix(build): added a token for code coverage reports (#2843)
Co-authored-by: Pranav Nandula <[email protected]>
1 parent 35edaab commit e44c930

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
- name: Report test coverage via Codecov
5555
uses: codecov/codecov-action@v4
5656
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
5758
files: ./coverage/coverage.out

.github/workflows/test_unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Report test coverage via Codecov
3939
uses: codecov/codecov-action@v4
4040
with:
41+
token: ${{ secrets.CODECOV_TOKEN }}
4142
files: ./coverage/coverage.out

0 commit comments

Comments
 (0)