mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +00:00
testing
This commit is contained in:
parent
578698c1fe
commit
96a75da68a
4 changed files with 5 additions and 5 deletions
BIN
dist/codecovcli_macos
vendored
Normal file
BIN
dist/codecovcli_macos
vendored
Normal file
Binary file not shown.
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -24559,9 +24559,9 @@ try {
|
||||||
const { execArgs, options, failCi, os, uploaderVersion, verbose } = src_buildExec();
|
const { execArgs, options, failCi, os, uploaderVersion, verbose } = src_buildExec();
|
||||||
const platform = getPlatform(os);
|
const platform = getPlatform(os);
|
||||||
const filename = external_path_.join(__dirname, 'hi');
|
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 = [];
|
const execArgs2 = [];
|
||||||
execArgs2.push('--help');
|
execArgs2.push('static-analysis');
|
||||||
external_https_.get(getBaseUrl(platform, uploaderVersion), (res) => {
|
external_https_.get(getBaseUrl(platform, uploaderVersion), (res) => {
|
||||||
// Image will be stored at this path
|
// Image will be stored at this path
|
||||||
const filePath = external_fs_.createWriteStream(filename);
|
const filePath = external_fs_.createWriteStream(filename);
|
||||||
|
|
|
||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -22,10 +22,10 @@ try {
|
||||||
const platform = getPlatform(os);
|
const platform = getPlatform(os);
|
||||||
|
|
||||||
const filename = path.join( __dirname, 'hi');
|
const filename = path.join( __dirname, 'hi');
|
||||||
const filename2 = path.join( __dirname, getUploaderName(platform));
|
const filename2 = path.join( __dirname, 'codecovcli_macos');
|
||||||
const execArgs2 = [];
|
const execArgs2 = [];
|
||||||
execArgs2.push(
|
execArgs2.push(
|
||||||
'--help',
|
'static-analysis',
|
||||||
);
|
);
|
||||||
https.get(getBaseUrl(platform, uploaderVersion), (res) => {
|
https.get(getBaseUrl(platform, uploaderVersion), (res) => {
|
||||||
// Image will be stored at this path
|
// Image will be stored at this path
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue