diff --git a/src/index.ts b/src/index.ts index 12e2944..3a35c11 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 {