You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows CI workflow failure by conditionally generating coverage
- Split unit test step into two conditional steps
- Generate coverage only on ubuntu-latest (where it's uploaded)
- Run tests without coverage on macOS and Windows
- Fixes 'no required module provides package .txt' error on Windows
- Improves CI efficiency by not generating unused coverage files
0 commit comments