Skip to content

Commit 14c9a3d

Browse files
Mikalai Radchukncdc
authored andcommitted
Makes codecov-action optional
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]>
1 parent b5e9abf commit 14c9a3d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
with:
3535
files: e2e-cover.out
3636
flags: e2e
37-
fail_ci_if_error: true
3837
functionalities: fixes

.github/workflows/unit-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
with:
2727
files: cover.out
2828
flags: unit
29-
fail_ci_if_error: true
3029
functionalities: fixes

0 commit comments

Comments
 (0)