Skip to content

Commit

Permalink
Makes codecov-action optional
Browse files Browse the repository at this point in the history
We do not want to fail the job if codecov fails
to upload the report due to rate limiting.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
  • Loading branch information
Mikalai Radchuk authored and ncdc committed Jul 28, 2023
1 parent fdfcb35 commit 92e4341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: cover.out
fail_ci_if_error: true
functionalities: fixes

go-apidiff:
Expand Down

0 comments on commit 92e4341

Please sign in to comment.