We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074844d commit 4372221Copy full SHA for 4372221
.github/workflows/test-go-task.yml
@@ -197,6 +197,7 @@ jobs:
197
- name: Send unit tests coverage to Codecov
198
uses: codecov/codecov-action@v3
199
with:
200
+ token: ${{ secrets.CODECOV_TOKEN }}
201
files: ./coverage.txt
202
flags: unit
203
fail_ci_if_error: ${{ github.repository == 'arduino/arduino-cli' }}
0 commit comments