vibetunnel/.github
Peter Steinberger 696b51e50c Fix iOS/macOS test coverage extraction in CI
- Add debugging steps to diagnose why coverage shows 0%
- Implement multiple fallback methods for coverage extraction:
  1. Standard xccov with --json flag
  2. Text parsing fallback without --json
  3. Test execution verification (0.1% if tests ran but coverage failed)
- Fix command order: put --json flag after xcresult path
- Add detailed logging to understand coverage extraction failures
- Check xcresult contents with xcresulttool for coverage data

This should resolve the "Failed to load coverage report" errors
and provide better visibility into what's happening in CI.
2025-06-28 15:22:05 +02:00
..
actions/lint-reporter Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00
workflows Fix iOS/macOS test coverage extraction in CI 2025-06-28 15:22:05 +02:00
SLACK_SETUP.md add CI reporter to Slack 2025-06-23 15:18:45 +02:00