Skip to content

Commit

Permalink
Quote reportgenerator args
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Oct 31, 2022
1 parent 3e816fb commit 87e24f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: "Generate coverage report"
run: |
dotnet tool install -g dotnet-reportgenerator-globaltool
reportgenerator -reports:"tests/**/TestResults/**/coverage.cobertura.xml" -targetdir:"coverage" -reporttypes:"Html;lcov"
reportgenerator "-reports:tests/**/TestResults/**/coverage.cobertura.xml" "-targetdir:coverage" "-reporttypes:Html;lcov"
- name: "Upload coverage report"
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 87e24f7

Please sign in to comment.