Skip to content

Commit 56920a1

Browse files
committed
use 3.13 code coverage report
1 parent aef029a commit 56920a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: .venv/bin/tox -e ${{ matrix.tox-env }}
4141

4242
- name: Upload coverage to Codecov
43-
if: matrix.python-version == '3.12' && matrix.tox-env == 'airflow3'
43+
if: matrix.python-version == '3.13' && matrix.tox-env == 'airflow3'
4444
uses: codecov/codecov-action@v4
4545
with:
4646
files: coverage.xml

0 commit comments

Comments
 (0)