We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627032c commit 6c1e6deCopy full SHA for 6c1e6de
.github/workflows/codecov.yml
@@ -6,15 +6,13 @@ jobs:
6
runs-on: ubuntu-latest
7
name: Codecov
8
steps:
9
- - name: Checkout repository
10
- uses: actions/checkout@v2
11
- - name: Setup python
12
- uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
13
with:
14
python-version: '3.12'
15
- name: Install dependencies
16
run: pip install codecov tox tox-gh-actions
17
- - name: Run tox
+ - name: Run tests
18
run: tox
19
- uses: codecov/codecov-action@v1
20
0 commit comments