I saw that there's an old 2018 thread #81 asking about this and wanted to reopen to have a renewed discussion. Code coverage would be an amazing feature.
@bitwes had linked a separate addon (godot-code-coverage). I got it running but it's lacking.
- The coverage report is a custom, unintuitive json format, rather than supporting common formats like lcov.
- Coverage seems like it should really be bundled into the unit testing framework rather than having to chain addons.
I wonder if it's feasible to incorporate and improve upon what @jamie-pate started and get a more robust tool implemented here?
I saw that there's an old 2018 thread #81 asking about this and wanted to reopen to have a renewed discussion. Code coverage would be an amazing feature.
@bitwes had linked a separate addon (godot-code-coverage). I got it running but it's lacking.
I wonder if it's feasible to incorporate and improve upon what @jamie-pate started and get a more robust tool implemented here?