Skip to content

Commit

Permalink
Merge pull request #38 from thecodingmachine/codecov-token
Browse files Browse the repository at this point in the history
Adding CODECOV_TOKEN in CI
  • Loading branch information
moufmouf authored Dec 2, 2024
2 parents 72030d0 + 5f3dcbf commit 5b4522c
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 5b4522c

Please sign in to comment.