mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-11 00:40:04 +00:00
pass root_dir using proper bash arg
This commit is contained in:
parent
4c6543136b
commit
b977d6544b
3 changed files with 4 additions and 4 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -16282,7 +16282,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|||
"use strict";
|
||||
|
||||
|
||||
var RETRIABLE_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE', 'EAI_AGAIN'];
|
||||
var RETRIABLE_ERRORS = ['ECONNRESET', 'ENOTFOUND', 'ESOCKETTIMEDOUT', 'ETIMEDOUT', 'ECONNREFUSED', 'EHOSTUNREACH', 'EPIPE', 'EAI_AGAIN', 'EBUSY'];
|
||||
var _ = __webpack_require__(557);
|
||||
|
||||
/**
|
||||
|
|
@ -54220,7 +54220,7 @@ var buildExec = function () {
|
|||
execArgs.push('-T', "" + overrideTag);
|
||||
}
|
||||
if (rootDir) {
|
||||
execArgs.push('-N', "" + rootDir);
|
||||
execArgs.push('-R', "" + rootDir);
|
||||
}
|
||||
if (searchDir) {
|
||||
execArgs.push('-s', "" + searchDir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue