Skip to content

Commit

Permalink
added codecov token in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fullstackninja864 committed Apr 15, 2024
1 parent 165d620 commit e290fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docker-sanity:
needs: [ build, lint ]
Expand Down

0 comments on commit e290fd8

Please sign in to comment.