Skip to content

Commit

Permalink
cicd: fix pipeline (#901)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tsfoni <[email protected]>
  • Loading branch information
mtsfoni authored Aug 4, 2024
1 parent 2a3fab2 commit ed8fd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: dotnet test --framework ${{ matrix.framework }} --collect:"XPlat Code Coverage;Format=cobertura" --results-directory "TestResults"
# see https://github.com/danielpalme/ReportGenerator/blob/main/.github/workflows/ci.yml
- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5
uses: danielpalme/ReportGenerator-GitHub-Action@v5
with:
reports: 'TestResults/**/coverage.cobertura.xml'
targetdir: 'coveragereport'
Expand Down

0 comments on commit ed8fd7d

Please sign in to comment.