Skip to content

Commit

Permalink
Disable codecov failure (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored May 7, 2024
1 parent b99a207 commit 8a62ddd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/account-mailer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
file: ./queue_services/account-mailer/coverage.xml
flags: accountmailerqueue
name: codecov-account-mailer
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/activity-log-listener-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
file: ./queue_services/activity-log-listener/coverage.xml
flags: activityloglistenerqueue
name: codecov-activity-log-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/auth-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
file: ./auth-api/coverage.xml
flags: authapi
name: codecov-auth-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/auth-web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
flags: authweb
name: codecov-auth-web
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/status-api-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
file: ./status-api/coverage.xml
flags: statusapi
name: codecov-status-api
fail_ci_if_error: true
fail_ci_if_error: false

build-check:
needs: setup-job
Expand Down

0 comments on commit 8a62ddd

Please sign in to comment.