-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support
pull_request_target
event to add comments (#59)
* support pull_request_target event to add comments (#58) * support pull_request_target event to add comments * update warning for the case pull_request_target * update build * formatting * bump dev dependencies * 1.0.22 * changelog Co-authored-by: Chirag Madlani <[email protected]>
- Loading branch information
1 parent
f2059b3
commit c0e038b
Showing
6 changed files
with
84 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jest-coverage-comment", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Comments a pull request or commit with the jest code coverage badge, full report and tests summary", | ||
"author": "Misha Kav <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -39,15 +39,15 @@ | |
"@types/jest": "^29.2.5", | ||
"@types/node": "^18.11.18", | ||
"@types/xml2js": "^0.4.11", | ||
"@typescript-eslint/parser": "^5.47.1", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"@vercel/ncc": "^0.36.0", | ||
"babel-plugin-rewire": "^1.2.0", | ||
"eslint": "^8.31.0", | ||
"eslint-import-resolver-typescript": "^3.5.2", | ||
"eslint-plugin-github": "^4.6.0", | ||
"eslint-plugin-jest": "^27.2.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"jest-junit": "^15.0.0", | ||
"prettier": "^2.8.1", | ||
"prettier": "^2.8.2", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters