We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b368f commit eb9025dCopy full SHA for eb9025d
.github/workflows/test.yml
@@ -40,5 +40,5 @@ jobs:
40
with:
41
file: ./coverage.xml
42
flags: unittests
43
- name: codecov-umbrella
44
- fail_ci_if_error: true
+ name: codecov-umbrella-${{ matrix.python }}
+ fail_ci_if_error: false
0 commit comments