Last active
June 19, 2025 15:33
-
-
Save iregina/8c54231e1d9a9e8ebcb5cc2bc18261c1 to your computer and use it in GitHub Desktop.
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
| 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