From 089f66bf940648273cba1dc43de9a9b5ab2c7fd4 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Sun, 15 Nov 2020 23:05:55 -0500 Subject: [PATCH] Add package argument --- dist/index.js | 2 ++ index.js | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) 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": {