How to approach code coverage in this project. Use when coverage CI fails, when writing tests for new code, when deciding whether to add // coverage-ignore, or when you need to make untestable code testable. Also use proactively when writing new code to ensure it will be coverable.
$npx -y skills add hegeldev/hegel-go --skill coverageInstalls into the current project.
Run `npx skills use "https://github.com/hegeldev/hegel-go" --skill "hegeldev/hegel-go/coverage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hegeldev/hegel-go" that are relevant to the current task. Run `npx skills add "https://github.com/hegeldev/hegel-go"` and select the relevant skills, then follow their instructions.