Skip to content

Commit eb9025d

Browse files
committed
Allow codecov upload failures
1 parent 07b368f commit eb9025d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
with:
4141
file: ./coverage.xml
4242
flags: unittests
43-
name: codecov-umbrella
44-
fail_ci_if_error: true
43+
name: codecov-umbrella-${{ matrix.python }}
44+
fail_ci_if_error: false

0 commit comments

Comments
 (0)