Skip to content

Commit ee4f99b

Browse files
authored
Merge pull request #75 from EwoutH/ci
CI: Update to codecov-action@v2, Python 3.10-dev to 3.10
2 parents bce717b + 478ce54 commit ee4f99b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)