Skip to content

Commit

Permalink
Fix pr 40 (#41)
Browse files Browse the repository at this point in the history
* run build

* 1.1.15
  • Loading branch information
MishaKav authored Dec 9, 2021
1 parent 345e2fe commit bf8864a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13573,7 +13573,7 @@ const main = async () => {
let finalHtml = '';

const options = {
repository,
repository: repository || `${owner}/${repo}`,
prefix: `${process.env.GITHUB_WORKSPACE}/`,
covFile,
xmlFile,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit bf8864a

Please sign in to comment.