Skip to content

Commit

Permalink
fix: remove mandatory upload coverage (#3)
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.

Co-authored-by: Johan Seto Kaiba <51926076+johanseto@users.noreply.github.com>
  • Loading branch information
andrey-canon and johanseto authored Dec 18, 2024
1 parent d435793 commit ce0fd56
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 ce0fd56

Please sign in to comment.