We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3e3c7 commit 1293489Copy full SHA for 1293489
1 file changed
.github/workflows/tests.yml
@@ -205,16 +205,17 @@ jobs:
205
run: |
206
apk update
207
apk upgrade
208
- - name: Install System Python and Git
+ - name: Install Testing and Coverage Upload Dependencies
209
210
apk add python3 python3-dev py3-pip py3-nox py3-attrs git
211
+ apk add bash gpg curl
212
- name: Download Source
213
uses: actions/checkout@v4
214
- name: Run Tests
215
216
nox -e tests
217
- name: Upload to codecov
- uses: codecov/codecov-action@v4
218
+ uses: codecov/codecov-action@v5
219
with:
220
token: ${{ secrets.CODECOV_TOKEN }}
221
verbose: true
0 commit comments