@Larslllllll — CI follow-up to merged PR #47.
Context
The existing Windows/Ubuntu workflow compiles the package and runs a dry-run, but it does not execute the pytest suite added by PR #47. Broader CI/coverage tracking remains in #31.
Minimum changes
Acceptance
CI must exercise the tests rather than only compiling/dry-running, and reported coverage must be measured rather than inferred from test count.
Related: #31, #50, PR #47.
@Larslllllll — CI follow-up to merged PR #47.
Context
The existing Windows/Ubuntu workflow compiles the package and runs a dry-run, but it does not execute the pytest suite added by PR #47. Broader CI/coverage tracking remains in #31.
Minimum changes
python -m pytest -q tests/test_core.pyon Windows and Ubuntu.Acceptance
CI must exercise the tests rather than only compiling/dry-running, and reported coverage must be measured rather than inferred from test count.
Related: #31, #50, PR #47.