mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 20:36:25 +00:00
Add package argument
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -2600,6 +2600,8 @@ try {
|
||||
}
|
||||
|
||||
const execArgs = ["codecov.sh"];
|
||||
execArgs.push("-Q", "github-action");
|
||||
|
||||
if (file) {
|
||||
execArgs.push(
|
||||
"-f", `${file}`
|
||||
|
||||
Reference in New Issue
Block a user