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?
If codecov can't find version control, the code indicates that it's supposed to failover to using
walkto generate the file structure. Instead, I'm seeing this in the output:It seems like the try/catch statement is potentially failing to catch the error?