Just a little new idea here.
Anno 2025, i often ask AI systems to generate unit tests for me. They are pretty good at that, but they aren't always good at producing unit tests with a lot of code coverage.
The idea here is to mark 'uncovered' lines with a little comment at the end of the line to notify the AI that it needs to do more work there. After that, it's just a matter of asking the bot to chew out more unit tests. Simply put:
- There should be some button to mark uncovered lines with " // ** this line is not covered by unit tests"
- And a button to remove all these (exact) markings
It's a fairly simple feature I think, and one that can do a lot of good.
Just a little new idea here.
Anno 2025, i often ask AI systems to generate unit tests for me. They are pretty good at that, but they aren't always good at producing unit tests with a lot of code coverage.
The idea here is to mark 'uncovered' lines with a little comment at the end of the line to notify the AI that it needs to do more work there. After that, it's just a matter of asking the bot to chew out more unit tests. Simply put:
It's a fairly simple feature I think, and one that can do a lot of good.