Skip to content

Commit a24bf92

Browse files
authored
Add codecov token (#625)
1 parent ea49fa2 commit a24bf92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ jobs:
124124
- name: Upload coverage to Codecov
125125
if: matrix.os == 'ubuntu-latest'
126126
uses: codecov/codecov-action@v5
127+
with:
128+
token: ${{ secrets.CODECOV_TOKEN }}
127129

128130
# Pack the output into NuGet packages
129131
pack:

0 commit comments

Comments
 (0)