Skip to content

Commit 13c6b3f

Browse files
committed
Upload backend coverage report with bash
1 parent 3f773b3 commit 13c6b3f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
- name: Install tox
5656
run: pip install tox
5757

58-
- name: Install codecov
59-
if: ${{ endsWith(matrix.tox, 'cover') }}
60-
run: pip install codecov
61-
6258
- name: Run tox --notest
6359
run: tox -c test/tox.ini -e $TOX_ENV $SITE_PACKAGES --notest
6460

@@ -67,7 +63,7 @@ jobs:
6763

6864
- name: Send coverage report
6965
if: ${{ endsWith(matrix.tox, 'cover') }}
70-
run: cd test && codecov -F backend
66+
run: cd test && bash <(curl -s https://codecov.io/bash) -cF backend
7167

7268
node:
7369
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)