mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 09:30:05 +00:00
testing
This commit is contained in:
parent
578698c1fe
commit
96a75da68a
4 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue