Skip to content

Commit

Permalink
improved branding
Browse files Browse the repository at this point in the history
  • Loading branch information
eleboys committed Dec 18, 2020
1 parent 7a862ba commit b507def
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test Coverage Summary Report Action

This action will report test coverage summary of the touched files within a pull request description. It works with the json coverage-summary generated by `Istanbul` reporter.
This action will report test coverage summary of the pull-request touched files in the description. It works with the json coverage-summary generated by `Istanbul` reporter.

## Inputs

Expand Down
9 changes: 6 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Angular Test Coverage'
description: 'Include angular test coverage for the touched files in a Pull Request'
name: 'Test Coverage Report'
description: 'Report test coverage summary of the pull-request touched files in the description'
inputs:
token: # id of input
description: 'GITHUB Token'
Expand All @@ -15,4 +15,7 @@ outputs:
description: 'Summary of the report as a json object'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'
branding:
icon: 'align-left'
color: 'purple'

0 comments on commit b507def

Please sign in to comment.