Skip to content

Commit 78aee48

Browse files
committed
fix gcov errors and minimal package handling
1 parent 3fd0f1e commit 78aee48

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
mkdir coverage-cpp
112112
uv run gcovr \
113113
--gcov-ignore-errors all \
114+
--gcov-ignore-parse-errors=negative_hits.warn_once_per_file \
114115
--root "$PWD" \
115116
--filter "${PWD}/src/duckdb_py" \
116117
--exclude '.*/\.cache/.*' \

.github/workflows/packaging_wheels.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
minimal:
4343
- ${{ inputs.minimal }}
4444
exclude:
45-
- { minimal: true, python: cp310 }
4645
- { minimal: true, python: cp311 }
4746
- { minimal: true, python: cp312 }
4847
- { minimal: true, python: cp313 }

0 commit comments

Comments
 (0)