File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11codecov :
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
88coverage :
@@ -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/"
You can’t perform that action at this time.
0 commit comments