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 execArgs = ["codecov.sh"];
|
||||||
const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"]
|
const testExecArgs = ["<(curl", "-s", "https://codecov.io/bash)"]
|
||||||
if (file) {
|
if (file) {
|
||||||
execArgs.push(
|
execArgs.push(
|
||||||
"-f", `${file}`
|
"-f", `${file}`
|
||||||
|
|||||||
2
index.js
2
index.js
@@ -63,7 +63,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const execArgs = ["codecov.sh"];
|
const execArgs = ["codecov.sh"];
|
||||||
const testExecArgs = ["bash", "<(curl", "-s", "https://codecov.io/bash)"]
|
const testExecArgs = ["<(curl", "-s", "https://codecov.io/bash)"]
|
||||||
if (file) {
|
if (file) {
|
||||||
execArgs.push(
|
execArgs.push(
|
||||||
"-f", `${file}`
|
"-f", `${file}`
|
||||||
|
|||||||
Reference in New Issue
Block a user