Skip to content

Commit

Permalink
Merge pull request #168 from codecov/1.0.15
Browse files Browse the repository at this point in the history
Add package argument
  • Loading branch information
thomasrockhu committed Nov 16, 2020
2 parents 9747737 + 089f66b commit 239febf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dist/index.js
Expand Up @@ -2600,6 +2600,8 @@ try {
}

const execArgs = ["codecov.sh"];
execArgs.push("-Q", "github-action");

if (file) {
execArgs.push(
"-f", `${file}`
Expand Down
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -84,6 +84,8 @@ try {
}

const execArgs = ["codecov.sh"];
execArgs.push("-Q", "github-action");

if (file) {
execArgs.push(
"-f", `${file}`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codecov-action",
"version": "1.0.14",
"version": "1.0.15",
"description": "Upload coverage reports to Codecov from GitHub Actions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 239febf

Please sign in to comment.