forked from romeovs/lcov-reporter-action
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,19 +45,19 @@ branch. When this is set a diff of the coverage percentages is shown. | |
##### `show-uncovered-lines` (**Optional**) | ||
When set to `true` will show the **uncovered lines** column. **Defaults** to `false`; | ||
##### `show-color-emoji` (**Optional**) | ||
When set to true will show a colored emoji if the coverage decreased 🔴 or increased 🟢, like "<b>98.61</b>(+2.61) 🟢 ". **Defaults** to `true`; | ||
When set to true will show a colored emoji if the coverage decreased 🔴 or increased 🟢, like "<b>98.61</b>(+2.61) 🟢 ". **Defaults** to `false`; | ||
|
||
##### `show-old-value-for-files` (**Optional**) | ||
When set to true will show the old coverage result value, like: "<del>94,65</del> <b>98.61</b>". **Defaults** to `false`; | ||
When set to true will show the old coverage result value, like: "<del>94,65</del> <b>98.61</b>". **Defaults** to `true`; | ||
|
||
##### `show-increase-per-files` (**Optional**) | ||
When set to true will show the increase/decrease difference of the coverage, like: "<b>98.61</b>(+2.61)". **Defaults** to `true`; | ||
When set to true will show the increase/decrease difference of the coverage, like: "<b>98.61</b>(+2.61)". **Defaults** to `false`; | ||
|
||
|
||
## Example usage | ||
|
||
```yml | ||
uses: eberlitz/[email protected].27 | ||
uses: eberlitz/[email protected].29 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
lcov-file: ./coverage/lcov.info | ||
|
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
feb3eca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
➿ Coverage for this commit
Coverage Report