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
m1kola authored and ncdc committed Jul 28, 2023
1 parent caad7f1 commit bb7e825
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: cover.out
fail_ci_if_error: true
functionalities: fixes

0 comments on commit bb7e825

Please sign in to comment.