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: parse XML test results instead of HTML for accurate test counts
- Switch from HTML to XML test result parsing for reliability
- Parse test results from build/test-results/jvmTest/*.xml
- Sum up tests from all XML files per module
- Fail CI if no tests are found (prevents false positives)
- Show per-module results before overall summary
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments