Skip to content

Commit

Permalink
ReportGenerator -> 5.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed Jun 1, 2022
1 parent 008bcd9 commit b6e2786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-reportgenerator-globaltool": {
"version": "5.1.5",
"version": "5.1.9",
"commands": [
"reportgenerator"
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
MSSQL_SA_PASSWORD: ${{ secrets.MSSQL_SA_PASSWORD }}

- name: Prepare Coverage Report
uses: danielpalme/[email protected].5
uses: danielpalme/[email protected].9
#url: https://github.com/danielpalme/ReportGenerator-GitHub-Action
with:
reports: ${{ runner.temp }}/coverage/raw/**/coverage.opencover.xml
Expand Down

0 comments on commit b6e2786

Please sign in to comment.