Skip to content

Commit 0a9a6db

Browse files
committed
codecov: use github action instead of command
1 parent 5321c47 commit 0a9a6db

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: bash .github/workflows/scripts/setup-full.sh
6666

6767
- name: Install test dependencies
68-
run: pip install pytest-cov Cerberus requests_mock coverage codecov
68+
run: pip install pytest-cov Cerberus requests_mock coverage
6969

7070
- name: Install dependencies
7171
if: ${{ matrix.type == 'basic' }}
@@ -81,4 +81,6 @@ jobs:
8181

8282
- name: Run codecov
8383
if: ${{ matrix.type == 'full' }}
84-
run: codecov
84+
uses: codecov/codecov-action@v2
85+
with:
86+
fail_ci_if_error: true

0 commit comments

Comments
 (0)