Skip to content

Commit

Permalink
Don't fail CI jobs when CodeCov returns errors
Browse files Browse the repository at this point in the history
while submitting coverage data!
  • Loading branch information
atodorov committed Jan 15, 2024
1 parent 5cc574c commit 5166ea5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_bugtracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ jobs:
HAS_TOKEN: ${{ secrets.HAS_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
HAS_TOKEN: ${{ secrets.HAS_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

check_for_unapplied_migrations:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
HAS_TOKEN: ${{ secrets.HAS_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

without_internal_bugtracker:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
HAS_TOKEN: ${{ secrets.HAS_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

mariadb:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
HAS_TOKEN: ${{ secrets.HAS_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

postgres:
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
HAS_TOKEN: ${{ secrets.HAS_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

docker:
Expand Down

0 comments on commit 5166ea5

Please sign in to comment.