diff --git a/dist/index.js b/dist/index.js index e2500ce..462a66c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2600,6 +2600,8 @@ try { } const execArgs = ["codecov.sh"]; + execArgs.push("-Q", "github-action"); + if (file) { execArgs.push( "-f", `${file}` diff --git a/index.js b/index.js index 27e5192..f15e76e 100644 --- a/index.js +++ b/index.js @@ -84,6 +84,8 @@ try { } const execArgs = ["codecov.sh"]; + execArgs.push("-Q", "github-action"); + if (file) { execArgs.push( "-f", `${file}` diff --git a/package.json b/package.json index bb2e61b..1008ea4 100644 --- a/package.json +++ b/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": {