mirror of
https://github.com/codecov/codecov-action
synced 2026-09-14 20:13:46 +00:00
Add package argument
This commit is contained in:
Vendored
+2
@@ -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