Skip to content

Commit bf8864a

Browse files
authored
Fix pr 40 (#41)
* run build * 1.1.15
1 parent 345e2fe commit bf8864a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13573,7 +13573,7 @@ const main = async () => {
1357313573
let finalHtml = '';
1357413574

1357513575
const options = {
13576-
repository,
13576+
repository: repository || `${owner}/${repo}`,
1357713577
prefix: `${process.env.GITHUB_WORKSPACE}/`,
1357813578
covFile,
1357913579
xmlFile,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pytest-coverage-comment",
3-
"version": "1.1.14",
3+
"version": "1.1.15",
44
"description": "Comments a pull request with the pytest code coverage badge, full report and tests summary",
55
"author": "Misha Kav",
66
"license": "MIT",

0 commit comments

Comments
 (0)