mirror of
https://github.com/codecov/codecov-action
synced 2026-09-07 20:03:43 +00:00
syntax error fix
This commit is contained in:
Vendored
+1
-1
@@ -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