We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2879cd9 commit 2075426Copy full SHA for 2075426
.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
46
dotnet run --project tests/ApiDiff/ApiDiff.csproj
47
48
- name: Generate Code Coverage Report
49
- uses: danielpalme/ReportGenerator-GitHub-Action@4.8.4
+ uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4
50
if: github.event_name == 'push'
51
with:
52
reports: 'tests/SQLite.Tests/coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
0 commit comments