Skip to content

Fix coverage numbers by instrumenting all packages#697

Merged
peterstace merged 1 commit intomasterfrom
fix_coverage_numbers
Feb 12, 2026
Merged

Fix coverage numbers by instrumenting all packages#697
peterstace merged 1 commit intomasterfrom
fix_coverage_numbers

Conversation

@peterstace
Copy link
Owner

Description

Add -coverpkg=./... to the unit test command so that cross-package test coverage is counted. Previously, tests in packages like xmltest that exercise code in other packages (e.g. jts) didn't contribute to the coverage profile.

Check List

Have you:

  • Added unit tests? N/A

  • Add cmprefimpl tests? (if appropriate?) N/A

  • Updated release notes? (if appropriate?) N/A

  • Updated the README.md (if new functionality is added?) N/A

Add -coverpkg=./... to the unit test command so that cross-package test
coverage is counted. Previously, tests in packages like xmltest that
exercise code in other packages (e.g. jts) didn't contribute to the
coverage profile.
@peterstace peterstace self-assigned this Feb 12, 2026
@peterstace peterstace merged commit 2a173f1 into master Feb 12, 2026
1 check passed
@peterstace peterstace deleted the fix_coverage_numbers branch February 12, 2026 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant