diff --git a/README.md b/README.md index 813e088..f7df3b8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 9e40054..0b382c9 100644 --- a/action.yml +++ b/action.yml @@ -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' @@ -15,4 +15,7 @@ outputs: description: 'Summary of the report as a json object' runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js' +branding: + icon: 'align-left' + color: 'purple' \ No newline at end of file