Skip to content

Commit

Permalink
fix(codecov): add codecov secret token to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil143 authored Nov 18, 2024
1 parent 5f7144b commit bd8f6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ./coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
fail_ci_if_error: true

0 comments on commit bd8f6b3

Please sign in to comment.