mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 12:51:37 +00:00
refactor: remove unneeded codecov copy and unlink
This commit is contained in:
@@ -50,7 +50,7 @@ const buildExec = () => {
|
||||
const xcodePackage = core.getInput('xcode_package');
|
||||
|
||||
const filepath = workingDir ?
|
||||
workingDir + '/codecov.sh' : 'codecov.sh';
|
||||
workingDir + '/codecov' : 'codecov';
|
||||
|
||||
const execArgs = [filepath];
|
||||
execArgs.push(
|
||||
@@ -182,7 +182,7 @@ const buildExec = () => {
|
||||
execArgs.push('-J', `${xcodePackage}`);
|
||||
}
|
||||
|
||||
return {execArgs, options, filepath, failCi};
|
||||
return {execArgs, options, failCi};
|
||||
};
|
||||
|
||||
export default buildExec;
|
||||
|
||||
Reference in New Issue
Block a user