Wordle 915

  Today’s wordle word is: BUILT You can play wordle here:

Wordle 914

  Today’s wordle word is: SMALL You can play wordle here:

Wordle 913

  Today’s wordle word is: TABLE You can play wordle here:

Life Lessons #172

  Insomniacs are experts at creating imaginary scenarios in their minds, ranging from conversations they’ll never have to world domination plans. Want more of my trademark wit daily? Do three things, not necessarily in that order. Subscribe to my blog. Find  my books on Amazon. Show some love! Shabana Mukhtar

Life Lessons #170

  Lazy people are the architects of ‘Do it tomorrow’ and ‘Why do today what you can do next month?’ Want more of my trademark wit daily? Do three things, not necessarily in that order. Subscribe to my blog. Find  my books on Amazon. Show some love! Shabana Mukhtar

Life Lessons #169

  Life is full of choices. Choose wisely, or just let the coin decide. It’s faster. Want more of my trademark wit daily? Do three things, not necessarily in that order. Subscribe to my blog. Find  my books on Amazon. Show some love! Shabana Mukhtar

Wordle 910

  Today’s wordle word is: GLOBE You can play wordle here:

Wordle 909

  Today’s wordle word is: TOPIC You can play wordle here:

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!…