UNPKG
reg-notify-gitlab-plugin
Version:
latest (0.14.5)
0.14.5
0.14.4
0.14.3
0.14.2
0.14.0
0.13.0
0.12.3
0.12.2
0.12.1
0.11.1
0.11.0
0.10.17
0.10.16
0.10.15
0.10.14
0.10.12
0.10.11
0.10.10
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.3
0.8.5
0.7.25
0.7.23
0.7.16
0.7.12
0.7.11
0.7.9
0.7.8
0.7.7
0.7.6
Notify reg-suit result to GitLab repository
github.com/reg-viz/reg-suit
reg-viz/reg-suit
reg-notify-gitlab-plugin
/
lib
/
create-comment.d.ts
10 lines
(9 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
CommentSeed
{
reportUrl
?:
string
;
failedItemsCount
:
number
;
newItemsCount
:
number
;
deletedItemsCount
:
number
;
passedItemsCount
:
number
;
shortDescription
?:
boolean
; }
export
declare
function
createCommentBody
(
eventBody
:
CommentSeed
):
string
;