mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 16:16:24 +00:00
Test version pulling
This commit is contained in:
@@ -14,6 +14,9 @@ try {
|
||||
timeout: 3000,
|
||||
url: 'https://codecov.io/bash',
|
||||
}, (error, response, body) => {
|
||||
const bashVersion = body.match('VERSION=\"(.*)\"');
|
||||
conosole.log(bashVersion);
|
||||
|
||||
const {execArgs, options, filepath, failCi} = buildExec();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user