Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Feb 28, 2023
1 parent bd9c9b8 commit 1c8a9f5
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 @@ -37,7 +37,7 @@ jobs:
run: find coverage -type f -name coverage.cobertura.xml -exec cp -p {} coverage/coverage.cobertura.xml \;

- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.0.2
uses: irongut/CodeCoverageSummary@v1.3.0
# uses: joshjohanning/CodeCoverageSummary@v1.0.2
with:
filename: coverage/coverage.cobertura.xml
Expand Down

0 comments on commit 1c8a9f5

Please sign in to comment.