Month: July 2023

How to extract multi-part zip into same folder in Mac

TLDR; To extract a multi-part zip file on a Mac: When downloading a large file from Google Drive, one may receive multiple ZIP files depending on the directory’s size. I had some old projects saved on Google Drive that I wanted to download. I downloaded them and received multiple ZIP files. When I extracted one […]

Read article

JaCoCo Test Coverage in Android 2023

Test coverage reports provide valuable insights into the effectiveness of your tests by showing which parts of your code are covered by the tests. In this blog post, we will explore how to generate test coverage reports using JaCoCo, a popular code coverage tool, with Gradle. We will cover the steps required to set up […]

Read article