How to fix Report file …/jacocoTestReport.csv does not exist or glob is empty in GitHub Action/Workflow

This is a continuition of my post: How to fix POST /repos/…/check-runs 403 error in GitHub Action/Workflow The steps mentioned in the aforementioned post resolved the 403 error I was getting. But the build was still not green. WARNING: Report file build/reports/jacoco/test/jacocoTestReport.csv does not exist or glob build/reports/jacoco/test/jacocoTestReport.csv is empty. WARNING: No JaCoCo csv reports found….

How to fix POST /repos/…/check-runs 403 error in GitHub Action/Workflow

Of late, I’ve been working on fixing the security vulnerabilities in my projects (three of them) that SNYK reported. I noticed that one of the repository’s workflow isn’t latest as per my organization. So, I added the missing steps; all three were for uploading Jacoco badges. Lo and behold, my builds started to fail. Oopsie!…