mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
syntax error fix
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -20852,7 +20852,7 @@ try {
|
||||
}
|
||||
|
||||
const execArgs = ["codecov.sh"];
|
||||
const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"]
|
||||
const testExecArgs = ["<(curl", "-s", "https://codecov.io/bash)"]
|
||||
if (file) {
|
||||
execArgs.push(
|
||||
"-f", `${file}`
|
||||
|
||||
Reference in New Issue
Block a user