Skip to content

Commit 4372221

Browse files
committed
Added codecov token to solve upload issues
1 parent 074844d commit 4372221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/test-go-task.yml

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
- name: Send unit tests coverage to Codecov
198198
uses: codecov/codecov-action@v3
199199
with:
200+
token: ${{ secrets.CODECOV_TOKEN }}
200201
files: ./coverage.txt
201202
flags: unit
202203
fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cli' }}

0 commit comments

Comments
 (0)