Skip to content

Commit

Permalink
fix(infra): codecoverage token addition (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatanBobi committed May 3, 2024
1 parent 20aca33 commit f03a582
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
FORCE_COLOR: true

- name: ⬆️ Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

release:
needs: main
Expand Down

0 comments on commit f03a582

Please sign in to comment.