Skip to content

Instantly share code, notes, and snippets.

@iregina
Last active June 19, 2025 15:33
Show Gist options
  • Select an option

  • Save iregina/8c54231e1d9a9e8ebcb5cc2bc18261c1 to your computer and use it in GitHub Desktop.

Select an option

Save iregina/8c54231e1d9a9e8ebcb5cc2bc18261c1 to your computer and use it in GitHub Desktop.
steps:
- run_tests: $(rake test_with_coverage {{file}})
- analyze_coverage
- Use your code_agent tool function to raise the branch coverage level of the following test above 90%. After each modification, run `rake test_with_coverage {{file}}` to check your work. Give me a summary of what you accomplished once finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment