From 6e56f7a5a657d87c991269fdb2c44ff3eabc749e Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 15 Apr 2021 11:25:10 -0400 Subject: [PATCH] Test version pulling --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) 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 {