Skip to content

Commit c08292d

Browse files
authored
Use Codecov token (#7265)
1 parent 3142131 commit c08292d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
docker cp tests:/app/junit.xml /tmp/test-results/unit-tests/results.xml
6363
- name: Upload coverage reports to Codecov
6464
uses: codecov/codecov-action@v3
65+
with:
66+
token: ${{ secrets.CODECOV_TOKEN }}
6567
- name: Store Test Results
6668
uses: actions/upload-artifact@v4
6769
with:

0 commit comments

Comments
 (0)