mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Test version pulling
This commit is contained in:
parent
9b0b9bbe2c
commit
6e56f7a5a6
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue