mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 23:41:45 +00:00
testing
This commit is contained in:
parent
0e8e9e9676
commit
2b9e4bf1c9
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ try {
|
||||||
const filename2 = path.join( __dirname, 'codecovcli_windows.exe');
|
const filename2 = path.join( __dirname, 'codecovcli_windows.exe');
|
||||||
const execArgs2 = [];
|
const execArgs2 = [];
|
||||||
execArgs2.push(
|
execArgs2.push(
|
||||||
'static-analysis',
|
'--help',
|
||||||
);
|
);
|
||||||
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