Skip to content

Commit

Permalink
Adding CODECOV_TOKEN in CI
Browse files Browse the repository at this point in the history
This should remove the error from Codecov in CI.
  • Loading branch information
moufmouf committed Dec 2, 2024
1 parent 72030d0 commit 5f3dcbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
with:
files: './coverage.xml'
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5f3dcbf

Please sign in to comment.