Skip to content

Commit

Permalink
Makes codecov-action optional (#1130)
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 <[email protected]>
  • Loading branch information
m1kola authored Jul 28, 2023
1 parent bca2bfb commit 52190e4
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 @@ -22,5 +22,4 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: coverage.out
fail_ci_if_error: true
functionalities: fixes

0 comments on commit 52190e4

Please sign in to comment.