anuraag016 / Jest-Coverage-Diff

Jest Coverage report diff as a comment for Pull requests
MIT License
59 stars 46 forks source link

Improve diff comment ui #9

Closed hetunandu closed 3 years ago

hetunandu commented 3 years ago

Description

Improves the UI of the diff comment that gets added

The output would look like this now

Status File % Stmts % Branch % Funcs % Lines
:green_circle: file1 100 (1) 100 (1) 100 (1) 100 (1)
:red_circle: file2 99 (-1) 99 (-1) 99 (-1) 99 (-1)
:new: file3 100 100 100 100
:red_circle: file4 100 100 100 100
hetunandu commented 3 years ago

Thank you for creating it! This action is working great for us at @appsmithorg. I'll be looking to contribute more 😋