Code Coverage in Unity 2021.3.1f1

That’s a bit confusing, but got it working.

Ran into a deadlock for a async, but got it working by wrapping in a Task.Run block as described at Async await in Unittests

Now I’m getting coverage reports - thanks!