We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a93b55 commit b1ece84Copy full SHA for b1ece84
.github/workflows/test-go-task.yml
@@ -105,6 +105,7 @@ jobs:
105
if: runner.os == 'Linux'
106
uses: codecov/codecov-action@v3
107
with:
108
- file: ${{ matrix.module.path }}coverage_unit.txt
+ token: ${{ secrets.CODECOV_TOKEN }}
109
+ files: ${{ matrix.module.path }}coverage_unit.txt
110
flags: ${{ matrix.module.codecov-flags }}
111
fail_ci_if_error: ${{ github.repository == 'arduino/arduino-create-agent' }}
0 commit comments