Skip to content

Commit

Permalink
don't fail CI if codecov fails. (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored May 7, 2024
1 parent f7a512f commit c54f997
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bcol-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
file: ./bcol-api/coverage.xml
flags: bcolapi
name: codecov-bcol-api
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/events-listener-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
file: ./queue_services/events-listener/coverage.xml
flags: eventlistenerqueue
name: codecov-events-listener
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ftp-poller-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
file: ./jobs/ftp-poller/coverage.xml
flags: ftppoller
name: codecov-ftp-poller
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook-report-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# file: ./jobs/ftp-poller/coverage.xml
# flags: ftppoller
# name: codecov-ftp-poller
# fail_ci_if_error: true
# fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pay-admin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
file: ./pay-admin/coverage.xml
flags: payadmin
name: codecov-pay-admin
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pay-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
file: ./pay-api/coverage.xml
flags: payapi
name: codecov-pay-api
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/payment-jobs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
file: ./jobs/payment-jobs/coverage.xml
flags: paymentjobs
name: codecov-payment-jobs
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/payment-reconciliations-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
file: ./queue_services/payment-reconciliations/coverage.xml
flags: paymentreconciliationsqueue
name: codecov-payment-reconciliations
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
file: ./report-api/coverage.xml
flags: reportapi
name: codecov-report-api
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down

0 comments on commit c54f997

Please sign in to comment.