Do not crash CI on codecov unavailability

pull/2/head
Tammo Jan Dijkema 2020-03-14 22:39:55 +01:00
parent 8d0f290c58
commit b3e94e0aab
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
uses: codecov/codecov-action@v1.0.6
with:
file: coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false
- name: Test notebook
run: |
pip install nbconvert jupyter_client ipykernel