Skip to content

Commit ee41114

Browse files
authored
ci: do not fail codecov action if error (#2044)
1 parent aa1cfe5 commit ee41114

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hvd-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
with:
7171
file: ./coverage.xml
7272
flags: hvd-cpu
73-
fail_ci_if_error: true
73+
fail_ci_if_error: false

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
with:
8787
file: ./coverage.xml
8888
flags: tpu
89-
fail_ci_if_error: true
89+
fail_ci_if_error: false

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
file: ./coverage.xml
116116
flags: cpu
117-
fail_ci_if_error: true
117+
fail_ci_if_error: false
118118

119119
- name: Run MNIST Examples
120120
shell: bash -l {0}

0 commit comments

Comments
 (0)