Skip to content

Commit

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

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.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'PullRequest Test Coverage Report'
description: 'Reports test coverage summary of the pull-request's touched files in the description'
description: 'Reports test coverage summary of each pull-request's touched files in the description'
inputs:
token: # id of input
description: 'GITHUB Token'
Expand Down

0 comments on commit 07e698f

Please sign in to comment.