We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef029a commit 56920a1Copy full SHA for 56920a1
1 file changed
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
run: .venv/bin/tox -e ${{ matrix.tox-env }}
41
42
- name: Upload coverage to Codecov
43
- if: matrix.python-version == '3.12' && matrix.tox-env == 'airflow3'
+ if: matrix.python-version == '3.13' && matrix.tox-env == 'airflow3'
44
uses: codecov/codecov-action@v4
45
with:
46
files: coverage.xml
0 commit comments