Skip to content

Commit

Permalink
CI: Bump codecov/codecov-action from v3 to v4 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz-bot committed Mar 25, 2024
1 parent 62071e6 commit f83e69f
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
on: [push, pull_request]
name: Test
jobs:
testWithTox:
name: Test with tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install tox
- run: tox
- uses: codecov/codecov-action@v3
on: [push, pull_request]
name: Test
jobs:
testWithTox:
name: Test with tox
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: pip install tox
- run: tox
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f83e69f

Please sign in to comment.