Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recover broken find pattern for UNIX
ref: codecov#184 Removing brackets from find arguments (a4cc565) has affected to the result of finding coverage files. This commit reverts brackets to get back the original search condition. Previously brackets were escaped by backslash to avoid opening sub-shell on the shell environment, but no longer need backslashes because of using `execFileSync()` that is disabled shell environment by default.
- Loading branch information
ada583b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UPDATE: This change seems to make no effects to the reported error
X Failed to read file at
. I'm digging now for the root cause.