madCode / dailylog

8 stars 1 forks source link

Fix Workflow Unit Test Reporter #13

Open madCode opened 7 months ago

madCode commented 7 months ago

The Android Test reporter used in the Android CI workflow doesn't fail correctly if there's a catastrophic error in the Unit Test step. For example, when the build fails. This leads to the entire CI workflow passing when there's a build failure. I've hacked a fix for now that results in the Android Test reporter being functionally useless. The fix: switch to a different test reporter.