Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Feb 16, 2020
1 parent 2fc47aa commit 4af4887
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```yml
- name: ReportGenerator
uses: danielpalme/reportgenerator@v4.4.7
uses: danielpalme/ReportGenerator-GitHub-Action@v4.4.7
with:
reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'reportgenerator'
name: 'ReportGenerator'
author: 'danielpalme'
description: 'Creates human readable coverage reports in various formats.'
inputs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "reportgenerator",
"name": "ReportGenerator",
"version": "4.4.7",
"description": "",
"main": "lib/reportgenerator.js",
Expand Down

0 comments on commit 4af4887

Please sign in to comment.