Remote access - android project dir is removed when build fails

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?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.