|
|
|
|
|
by siscia
93 days ago
|
|
What I found more useful is an extra step. Spec to tests, and then red tests to code and green tests. LLMs works on both translation steps. But you end up with an healthy amount of tests. I tagged each tests with the id of the spec so I do get spec to test coverage as well. Beside standard code coverage given by the tests. |
|
For now, it's only about test coverage of the code, but the spec coverage is coming too.