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 committed Jul 28, 2023
1 parent b5e9abf commit 0959b47
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ jobs:
with:
files: e2e-cover.out
flags: e2e
fail_ci_if_error: true
functionalities: fixes
1 change: 0 additions & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
with:
files: cover.out
flags: unit
fail_ci_if_error: true
functionalities: fixes

0 comments on commit 0959b47

Please sign in to comment.