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….
Tag: Technical
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!…
What Interviewers Want | Question #3 | Index-based Array Comparison
I don’t like taking interviews because it takes away from my time I don’t like to judge them because I judge them in real life all the time I don’t like rejecting people because rejection is never easy, irrespective of whether you are at the receiving end or rejecting end of it. I’m just lazy….
Getting a Date in Bash
You can use the date command to get the current date. Example To get the date in YYYY-mm-dd HH:MM:SS format: datetime=$(date ‘+%Y-%m-%d %H:%M:%S’) Output 2022-10-10 11:30:30 Until next time… Shabana Mukhtar
What Interviewers Want | Question #2 | Palindrome Strings
If you have read my post, you might already be aware of the reason of this post. You can scrolldown and read the real question. If not, be my guest and read through these words of wisdom (and frustration). Interviews Suck Being a Senior Software Specialist, taking interviews is part of my work profile. And,…
What Interviewers Want | Question #1 | Tell Us About You
If you have read my post, you might already be aware of the reason of this post. You can scrolldown and read the real question. If not, be my guest and read through these words of wisdom (and frustration). Interviews Suck Being a Senior Software Specialist, taking interviews is part of my work profile. And,…