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