Skip to content

Commit 9ca1efb

Browse files
committed
using codecov action
1 parent a982d2a commit 9ca1efb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push]
44
env:
55
# TODO: use a release (once available)
66
CIBW_ENVIRONMENT: "LIBZIM_DL_VERSION=2023-04-14"
7-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
87

98
jobs:
109
lint:
@@ -55,6 +54,6 @@ jobs:
5554
5655
- name: Upload coverage report to codecov
5756
if: matrix.os == 'ubuntu-22.04' && matrix.python == '3.11'
58-
run: |
59-
pip install codecov
60-
codecov
57+
uses: codecov/codecov-action@v3
58+
with:
59+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)