Skip to content

Commit

Permalink
Bump version of codecov step in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 6, 2023
1 parent ca622af commit b91a3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Test with coverage
run: python -m coverage run -m unittest discover -vv
- name: Upload to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
flags: ${{ matrix.python-version }}
name: test-python-${{ matrix.python-version }}
Expand Down

0 comments on commit b91a3af

Please sign in to comment.