We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f773b3 commit 13c6b3fCopy full SHA for 13c6b3f
1 file changed
.github/workflows/build.yml
@@ -55,10 +55,6 @@ jobs:
55
- name: Install tox
56
run: pip install tox
57
58
- - name: Install codecov
59
- if: ${{ endsWith(matrix.tox, 'cover') }}
60
- run: pip install codecov
61
-
62
- name: Run tox --notest
63
run: tox -c test/tox.ini -e $TOX_ENV $SITE_PACKAGES --notest
64
@@ -67,7 +63,7 @@ jobs:
67
68
- name: Send coverage report
69
65
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
71
72
node:
73
runs-on: ubuntu-latest
0 commit comments