Skip to content

Commit 1293489

Browse files
committed
Use codecov-action@v5 for Alpine
1 parent ad3e3c7 commit 1293489

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,16 +205,17 @@ jobs:
205205
run: |
206206
apk update
207207
apk upgrade
208-
- name: Install System Python and Git
208+
- name: Install Testing and Coverage Upload Dependencies
209209
run: |
210210
apk add python3 python3-dev py3-pip py3-nox py3-attrs git
211+
apk add bash gpg curl
211212
- name: Download Source
212213
uses: actions/checkout@v4
213214
- name: Run Tests
214215
run: |
215216
nox -e tests
216217
- name: Upload to codecov
217-
uses: codecov/codecov-action@v4
218+
uses: codecov/codecov-action@v5
218219
with:
219220
token: ${{ secrets.CODECOV_TOKEN }}
220221
verbose: true

0 commit comments

Comments
 (0)