Skip to content

Commit 478ce54

Browse files
authored
CI: Update to codecov-action@v2, Python 3.10-dev to 3.10
On February 1, 2022, the codecov-action v1 will be end of life and not longer function. https://github.com/codecov/codecov-action/tree/v2.1.0#%EF%B8%8F--deprecration-of-v1. This commit updates the action to v2. Also, the Python 3.10-dev tag is replaced with 3.10 since it's in stable release now.
1 parent bce717b commit 478ce54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
19+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2020

2121
steps:
2222
- uses: actions/checkout@v2
@@ -42,4 +42,4 @@ jobs:
4242
pytest -raR -n auto --cov --cov-report=
4343
4444
- name: Upload code coverage
45-
uses: codecov/codecov-action@v1
45+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)