Skip to content

Commit

Permalink
chore: add codecov token parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Dec 14, 2024
1 parent 445113c commit f796f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: codecov/codecov-action@v5
if: matrix.os == 'ubuntu-latest'
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit f796f72

Please sign in to comment.