Skip to content

Commit

Permalink
branding icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmerwin committed Aug 7, 2019
1 parent 618569f commit e32f471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ When running on "pull_request" events, a comment will be added to the PR with de

This step needs to run after your test suite has outputted an LCOV file. Most major test runners can be configured to do so; if you're using Node, see more info [here](https://github.com/nickmerwin/node-coveralls).

The `github-token` input is required so Coveralls can verify the repo and create a new check based on the coverage results.
The `github-token` input is required so that Coveralls can verify the data on the repo and create a new check based on the coverage results.

### Standard Example:

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -24,7 +24,7 @@ outputs:
description: 'Result status of Coveralls API post.'
branding:
color: 'green'
icon: 'coveralls.svg'
icon: 'percent'
runs:
using: 'node12'
main: './lib/main.js'

0 comments on commit e32f471

Please sign in to comment.