mirror of
https://github.com/codecov/codecov-action.git
synced 2026-03-30 18:15:05 +00:00
lint
This commit is contained in:
15
dist/index.js
vendored
15
dist/index.js
vendored
@@ -1101,6 +1101,18 @@ function onceStrict (fn) {
|
||||
}
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 52:
|
||||
/***/ (function(__unusedmodule, exports) {
|
||||
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
var VERSION = 'v1.5.0';
|
||||
exports["default"] = VERSION;
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 82:
|
||||
@@ -7176,6 +7188,7 @@ exports.checkBypass = checkBypass;
|
||||
exports.__esModule = true;
|
||||
var core = __webpack_require__(470);
|
||||
var github = __webpack_require__(469);
|
||||
var VERSION = __webpack_require__(52);
|
||||
var context = github.context;
|
||||
var isTrue = function (variable) {
|
||||
var lowercase = variable.toLowerCase();
|
||||
@@ -7220,7 +7233,7 @@ var buildExec = function () {
|
||||
var filepath = workingDir ?
|
||||
workingDir + '/codecov.sh' : 'codecov.sh';
|
||||
var execArgs = [filepath];
|
||||
execArgs.push('-n', "" + name, '-F', "" + flags, '-Q', 'github-action-1.5.1');
|
||||
execArgs.push('-n', "" + name, '-F', "" + flags, '-Q', "github-action-" + VERSION);
|
||||
var options = {};
|
||||
options.env = Object.assign(process.env, {
|
||||
GITHUB_ACTION: process.env.GITHUB_ACTION,
|
||||
|
||||
Reference in New Issue
Block a user