Skip to content

Commit 6d23ea4

Browse files
Add condition for uploading coverage reports to Codecov for Python 3.10
1 parent d51b7a5 commit 6d23ea4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
pytest -v --cov-report=xml --cov=src/sdialog
4040
4141
- name: Upload coverage reports to Codecov
42+
if: matrix.python-version == '3.10'
4243
uses: codecov/codecov-action@v5
4344
with:
4445
fail_ci_if_error: false

0 commit comments

Comments
 (0)