Skip to content
Snippets Groups Projects
Unverified Commit 558d452c authored by Julien Pinsonneau's avatar Julien Pinsonneau Committed by GitHub
Browse files

add env token from secret (#317)

parent 3e78d9c1
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,10 @@ jobs:
- name: Report coverage
if: ${{ matrix.go == '1.21' }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./cover.out
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: true
verbose: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment