mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 12:26:24 +00:00
Merge pull request #241 from jeffkenney/fix-root-dir-arg
pass root_dir using proper bash arg
This commit is contained in:
@@ -144,7 +144,7 @@ const buildExec = () => {
|
||||
execArgs.push('-T', `${overrideTag}`);
|
||||
}
|
||||
if (rootDir) {
|
||||
execArgs.push('-N', `${rootDir}`);
|
||||
execArgs.push('-R', `${rootDir}`);
|
||||
}
|
||||
if (searchDir) {
|
||||
execArgs.push('-s', `${searchDir}`);
|
||||
|
||||
Reference in New Issue
Block a user