Skip to content

Commit 907c37a

Browse files
committed
trying new config 10
1 parent be199bb commit 907c37a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

codecov.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
codecov:
2-
require_ci_to_pass: yes
2+
require_ci_to_pass: no # Changed to no
33
strict_yaml_branch: main
44
notify:
5-
wait_for_ci: yes
5+
wait_for_ci: no # Changed to no
66
after_n_builds: 1
77

88
coverage:
@@ -18,8 +18,8 @@ coverage:
1818
branches:
1919
- main
2020
if_not_found: success
21-
if_ci_failed: error
22-
informational: false
21+
if_ci_failed: success # Changed to success
22+
informational: true # Changed to true temporarily
2323
only_pulls: false
2424
paths:
2525
- "fitbit_client/"
@@ -31,8 +31,8 @@ coverage:
3131
branches:
3232
- main
3333
if_not_found: success
34-
if_ci_failed: error
35-
informational: false
34+
if_ci_failed: success # Changed to success
35+
informational: true # Changed to true temporarily
3636
only_pulls: false
3737
paths:
3838
- "fitbit_client/"

0 commit comments

Comments
 (0)