I’m working on setting up a split build and run pipeline for my Playmode tests for an Android app, using TestPlayerBuildModifier and TestRunCallback. I would like to also generate Code Coverage reports of the tests that run. Is this possible?
If so, how does it work? I’m familiar with including Code Coverage with EditMode tests, and even with Playmode tests that aren’t “split”. But does the coverage analysis happen at build time, or do the tests need to actually run?