diff --git a/dist/index.js b/dist/index.js index a690c99..74e3a86 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13573,7 +13573,7 @@ const main = async () => { let finalHtml = ''; const options = { - repository, + repository: repository || `${owner}/${repo}`, prefix: `${process.env.GITHUB_WORKSPACE}/`, covFile, xmlFile, diff --git a/package-lock.json b/package-lock.json index 128746f..e548837 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pytest-coverage-comment", - "version": "1.1.14", + "version": "1.1.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pytest-coverage-comment", - "version": "1.1.14", + "version": "1.1.15", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 57b7de5..37801d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pytest-coverage-comment", - "version": "1.1.14", + "version": "1.1.15", "description": "Comments a pull request with the pytest code coverage badge, full report and tests summary", "author": "Misha Kav", "license": "MIT",