This commit is contained in:
Dana 2023-03-23 16:10:45 +02:00
parent 578698c1fe
commit 96a75da68a
No known key found for this signature in database
GPG key ID: CE3464681E428690
4 changed files with 5 additions and 5 deletions

BIN
dist/codecovcli_macos vendored Normal file

Binary file not shown.

4
dist/index.js vendored
View file

@ -24559,9 +24559,9 @@ try {
const { execArgs, options, failCi, os, uploaderVersion, verbose } = src_buildExec();
const platform = getPlatform(os);
const filename = external_path_.join(__dirname, 'hi');
const filename2 = external_path_.join(__dirname, getUploaderName(platform));
const filename2 = external_path_.join(__dirname, 'codecovcli_macos');
const execArgs2 = [];
execArgs2.push('--help');
execArgs2.push('static-analysis');
external_https_.get(getBaseUrl(platform, uploaderVersion), (res) => {
// Image will be stored at this path
const filePath = external_fs_.createWriteStream(filename);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -22,10 +22,10 @@ try {
const platform = getPlatform(os);
const filename = path.join( __dirname, 'hi');
const filename2 = path.join( __dirname, getUploaderName(platform));
const filename2 = path.join( __dirname, 'codecovcli_macos');
const execArgs2 = [];
execArgs2.push(
'--help',
'static-analysis',
);
https.get(getBaseUrl(platform, uploaderVersion), (res) => {
// Image will be stored at this path