We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e060c commit 23c46bbCopy full SHA for 23c46bb
1 file changed
.github/workflows/codecov_tests.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- python-version: ['3.9', '3.10', '3.11']
+ python-version: ['3.11']
13
14
steps:
15
- uses: actions/checkout@v6
@@ -34,7 +34,7 @@ jobs:
34
35
# copy coverage.xml from tox to path: '~/coverage.xml'
36
- name: Upload coverage.xml
37
- if: ${{ matrix.python-version == '3.9' }}
+ if: ${{ matrix.python-version == '3.11' }}
38
uses: actions/upload-artifact@v7
39
with:
40
name: upload tox-gh-actions-coverage
@@ -43,7 +43,7 @@ jobs:
43
44
# upload coverage.xml to codecov
45
- name: Upload coverage.xml to codecov
46
47
uses: codecov/codecov-action@v6
48
49
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments