Skip to content

Commit d883539

Browse files
authored
Use CODECOV_TOKEN_20250228 as codecov GH token (#156)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 4ceb476 commit d883539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
5656
- uses: codecov/codecov-action@v5
5757
with:
58-
file: build/coverage.xml
58+
files: build/coverage.xml
5959
fail_ci_if_error: true # optional (default = false)
6060
verbose: true # optional (default = false)
61+
token: ${{ secrets.CODECOV_TOKEN_20250228 }}
6162

6263
container:
6364
image: ${{matrix.os}}

0 commit comments

Comments
 (0)