Skip to content

Commit 92e4341

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 fdfcb35 commit 92e4341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/go.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- uses: codecov/codecov-action@v3
3434
with:
3535
files: cover.out
36-
fail_ci_if_error: true
3736
functionalities: fixes
3837

3938
go-apidiff:

0 commit comments

Comments
 (0)