Skip to content

Commit

Permalink
fix: remove mandatory upload coverage (#2)
Browse files Browse the repository at this point in the history
This remove the CI fails for reasons if there is not token or correct
config.
Default value of the action in `fail_ci_if_error` is false.
  • Loading branch information
johanseto authored May 10, 2024
1 parent a88066a commit 8271aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8271aba

Please sign in to comment.