Hi, I have an Android workflow that runs unit tests and generates code coverage data. After updating android gradle plugin to 7.x.x, code coverage generation broke. This problem only affects my Bitrise workflow, and doesn’t reproduce locally on Windows and macOS.
I tried to rerun failed workflows with remote access, but when builds fail project directory gets removed. How can I see what’s going on with the project after my workflow fails?