Skip to content

Commit de88f56

Browse files
Merge pull request #18 from codecov/codecov-action-v4
chore(ci): upgrade to codecov v4
2 parents 809fa89 + ecd1883 commit de88f56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010

1111
- name: Set up Python 3.10
1212
uses: actions/setup-python@v2
@@ -19,4 +19,6 @@ jobs:
1919
run: |
2020
pytest --cov --cov-report xml
2121
- name: Upload coverage reports to Codecov with GitHub Action
22-
uses: codecov/codecov-action@v3
22+
uses: codecov/codecov-action@v4
23+
env:
24+
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 commit comments

Comments
 (0)