Add package argument

This commit is contained in:
Tom Hu
2020-11-15 23:05:55 -05:00
parent 7d5dfa5490
commit 089f66bf94
3 changed files with 5 additions and 1 deletions

2
dist/index.js vendored
View File

@@ -2600,6 +2600,8 @@ try {
}
const execArgs = ["codecov.sh"];
execArgs.push("-Q", "github-action");
if (file) {
execArgs.push(
"-f", `${file}`