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 5321c47 commit 0a9a6dbCopy full SHA for 0a9a6db
.github/workflows/unittests.yml
@@ -65,7 +65,7 @@ jobs:
65
run: bash .github/workflows/scripts/setup-full.sh
66
67
- name: Install test dependencies
68
- run: pip install pytest-cov Cerberus requests_mock coverage codecov
+ run: pip install pytest-cov Cerberus requests_mock coverage
69
70
- name: Install dependencies
71
if: ${{ matrix.type == 'basic' }}
@@ -81,4 +81,6 @@ jobs:
81
82
- name: Run codecov
83
if: ${{ matrix.type == 'full' }}
84
- run: codecov
+ uses: codecov/codecov-action@v2
85
+ with:
86
+ fail_ci_if_error: true
0 commit comments