Skip to content

Commit 43bee27

Browse files
brtkwrclaude
andcommitted
fix: parametrise coverage condition, run on Python 3.14
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3fb7aca commit 43bee27

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
python-version: ['3.11', '3.12', '3.13', '3.14']
19+
include:
20+
- python-version: '3.14'
21+
coverage: true
1922

2023
steps:
2124
- name: 📥 Checkout code
@@ -36,7 +39,7 @@ jobs:
3639
3740
- name: 📊 Coverage report
3841
uses: orgoro/coverage@v3.2
39-
if: ${{ github.event_name == 'pull_request' && matrix.python-version == '3.13' }}
42+
if: ${{ github.event_name == 'pull_request' && matrix.coverage }}
4043
with:
4144
coverageFile: coverage.xml
4245
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)