Skip to content

Commit

Permalink
Upgrade to the latest version of ReportGenerator and switch to a comm…
Browse files Browse the repository at this point in the history
…a delimiter.
  • Loading branch information
fgimian committed Feb 11, 2025
1 parent 45fb254 commit 298440f
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.4.1",
"version": "5.4.4",
"commands": [
"reportgenerator"
]
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tasks:
dotnet reportgenerator
-reports:src/*/TestResults/*/coverage.cobertura.xml
-targetdir:.coverage
"-reporttypes:Cobertura;lcov;Html"
-reporttypes:Cobertura,lcov,Html
-filefilters:-*.g.cs
deps:
- test
Expand Down

0 comments on commit 298440f

Please sign in to comment.