Skip to content

Commit

Permalink
CI: Codecov API is currently down, so configure it more leniently
Browse files Browse the repository at this point in the history
fail_ci_if_error: false
  • Loading branch information
amotl committed Aug 17, 2024
1 parent 8e27a87 commit 12a624f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/influxdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
flags: influxdb
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
flags: main
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false


tests-pymongo:
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
flags: pymongo
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false


tests-kinesis:
Expand Down Expand Up @@ -219,4 +219,4 @@ jobs:
flags: kinesis
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false
2 changes: 1 addition & 1 deletion .github/workflows/mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
flags: mongodb
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 12a624f

Please sign in to comment.