Skip to content

Commit 2075426

Browse files
committed
Update code coverage report gen
1 parent 2879cd9 commit 2075426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dotnet run --project tests/ApiDiff/ApiDiff.csproj
4747
4848
- name: Generate Code Coverage Report
49-
uses: danielpalme/ReportGenerator-GitHub-Action@4.8.4
49+
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.4
5050
if: github.event_name == 'push'
5151
with:
5252
reports: 'tests/SQLite.Tests/coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.

0 commit comments

Comments
 (0)