Skip to content

Commit

Permalink
Revert "CI: Codecov API is currently down, so configure it more lenie…
Browse files Browse the repository at this point in the history
…ntly"

This reverts commit 12a624f.
  • Loading branch information
amotl committed Sep 2, 2024
1 parent 4c72537 commit 83bbb26
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: false
fail_ci_if_error: true
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: false
fail_ci_if_error: true


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


tests-kinesis:
Expand Down Expand Up @@ -219,4 +219,4 @@ jobs:
flags: kinesis
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false
fail_ci_if_error: true
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: false
fail_ci_if_error: true

0 comments on commit 83bbb26

Please sign in to comment.