Skip to content

Commit b1ece84

Browse files
authored
add token (#823)
1 parent 4a93b55 commit b1ece84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-go-task.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
if: runner.os == 'Linux'
106106
uses: codecov/codecov-action@v3
107107
with:
108-
file: ${{ matrix.module.path }}coverage_unit.txt
108+
token: ${{ secrets.CODECOV_TOKEN }}
109+
files: ${{ matrix.module.path }}coverage_unit.txt
109110
flags: ${{ matrix.module.codecov-flags }}
110111
fail_ci_if_error: ${{ github.repository == 'arduino/arduino-create-agent' }}

0 commit comments

Comments
 (0)