This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Description
If codecov can't find version control, the code indicates that it's supposed to failover to using walk to generate the file structure. Instead, I'm seeing this in the output:
==> Building file structure
fatal: not a git repository (or any of the parent directories): .git
/bin/sh: hg: not found
It seems like the try/catch statement is potentially failing to catch the error?