feat: migrate from Wails/Go to native C++/WebView host #309
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Coverage | |
| # Go test coverage was removed with the Go/Wails retirement (Phase N). | |
| # TypeScript/frontend coverage can be added here in a future iteration. | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| placeholder: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: echo "Coverage tracking to be added for C++ and TypeScript" |