Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
commit 562a09b
Author: ShaMan123 <[email protected]>
Date:   Sun Aug 28 14:53:29 2022 +0300

    cleanup

commit 4ac334d
Author: ShaMan123 <[email protected]>
Date:   Sun Aug 28 14:45:16 2022 +0300

    Update release.yml

commit 51f9cb8
Author: ShaMan123 <[email protected]>
Date:   Sun Aug 28 14:42:32 2022 +0300

    Update main.js

commit 4d43188
Author: ShaMan123 <[email protected]>
Date:   Sun Aug 28 14:42:27 2022 +0300

    Update release.yml

commit 3b61aa6
Author: ShaMan123 <[email protected]>
Date:   Sun Aug 28 14:34:09 2022 +0300

    format

commit 929dfc8
Author: ShaMan123 <[email protected]>
Date:   Sun Aug 28 14:12:33 2022 +0300

    Update README.md

commit 5fb8b3c
Author: ShaMan123 <[email protected]>
Date:   Sun Aug 28 14:04:10 2022 +0300

    feat(): update comment
  • Loading branch information
ShaMan123 committed Aug 28, 2022
1 parent dda1c9b commit 9ea3a59
Show file tree
Hide file tree
Showing 5 changed files with 101,421 additions and 17,508 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ If set to true, only changed files will be included in the report. Total percent
##### `delete-old-comments` (**Default: false**)
If set to true, old comments will be deleted before a new comment is posted

##### `update-comment` (**Default: false**)
If set to true, the most recently updated comment will be updated with the new report

##### `title` (**Optional**)
If included, will be added as a title for the comment produced.

Expand Down
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Code Coverage Report
name: Code Coverage Report Updater
description: Comments a pull request with the code coverage
author: Romeo Van Snick
branding:
Expand All @@ -23,6 +23,10 @@ inputs:
description: Set to true to delete old Coverage Report comments
required: false
default: false
update-comment:
description: Set to true to update the last Coverage Report comment
required: false
default: false
title:
description: Title to add to the comment
required: false
Expand Down
Loading

0 comments on commit 9ea3a59

Please sign in to comment.