Skip to content

Commit

Permalink
Pinned version to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
dmester committed Jul 23, 2024
1 parent 6183358 commit de3163a
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 @@ -39,7 +39,7 @@ jobs:
run: dotnet test tests/PdfToSvg.Tests/PdfToSvg.Tests.csproj --no-build -c Release --verbosity normal --collect "Code Coverage;Format=cobertura" --results-directory TestResults

- name: Code coverage report
uses: danielpalme/ReportGenerator-GitHub-Action@5
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.8
with:
reports: "TestResults/**/*.cobertura.xml"
targetdir: "TestReport"
Expand Down

0 comments on commit de3163a

Please sign in to comment.