Skip to content

Commit

Permalink
22248 - Disable codecov failure (#2821)
Browse files Browse the repository at this point in the history
* 22248 - Disable codecov failure

* testing ci

* reverted the change after testing the ci
  • Loading branch information
JazzarKarim authored Jul 10, 2024
1 parent 0da3bc8 commit ac174da
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/colin-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
flags: colinapi
name: codecov-colin-api
token: ${{ secrets.CODECOV_TOKEN}}
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/data-reset-tool-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
file: ./data-reset-tool/coverage.xml
flags: datareset
name: codecov-data-reset-tool
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/entity-bn-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
flags: entitybn
name: codecov-entity-bn
token: ${{ secrets.CODECOV_TOKEN}}
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/entity-digital-credentials-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
flags: entity-digital-credentials
name: codecov-entity-digital-credentials
token: ${{ secrets.CODECOV_TOKEN}}
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/entity-emailer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
flags: entityemailer
name: codecov-entity-emailer
token: ${{ secrets.CODECOV_TOKEN}}
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/entity-filer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
flags: entityfiler
name: codecov-entity-filer
token: ${{ secrets.CODECOV_TOKEN}}
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/entity-pay-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
flags: entitypay
name: codecov-entity-pay
token: ${{ secrets.CODECOV_TOKEN}}
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/filings-notebook-report-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# file: ./queue_services/entity-pay/coverage.xml
# flags: entitypay
# name: codecov-entity-pay
# 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/furnishings-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
flags: furnishings
name: codecov-furnishings
token: ${{ secrets.CODECOV_TOKEN}}
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/future-effective-filings-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# file: ./queue_services/entity-pay/coverage.xml
# flags: entitypay
# name: codecov-entity-pay
# 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/involuntary-dissolutions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
flags: involuntary-dissolutions
name: codecov-involuntary-dissolutions
token: ${{ secrets.CODECOV_TOKEN}}
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/legal-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
flags: legalapi
name: codecov-legal-api
token: ${{ secrets.CODECOV_TOKEN}}
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/sftp-icbc-report-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# file: ./queue_services/entity-pay/coverage.xml
# flags: entitypay
# name: codecov-entity-pay
# 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/sftp-nuans-report-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# file: ./queue_services/entity-pay/coverage.xml
# flags: entitypay
# name: codecov-entity-pay
# 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/update-colin-filings-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# file: ./queue_services/entity-pay/coverage.xml
# flags: entitypay
# name: codecov-entity-pay
# 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/update-legal-filings-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# file: ./queue_services/entity-pay/coverage.xml
# flags: entitypay
# name: codecov-entity-pay
# fail_ci_if_error: true
# fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down

0 comments on commit ac174da

Please sign in to comment.