Skip to content

Commit

Permalink
Release 5.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Sep 4, 2022
1 parent 9cba2a2 commit ef402ce
Show file tree
Hide file tree
Showing 5 changed files with 2,611 additions and 206 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
- name: Setup .NET Core # Required to execute ReportGenerator
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.300
dotnet-version: 6.0.400

- name: ReportGenerator
uses: danielpalme/[email protected].9
uses: danielpalme/[email protected].10
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
Loading

0 comments on commit ef402ce

Please sign in to comment.