Commit 8278f14 1 parent 72dea9e commit 8278f14 Copy full SHA for 8278f14
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
run : dotnet test --no-build --verbosity normal --collect:'XPlat Code Coverage' --results-directory ./coverage/temp
26
26
27
27
- name : Generate lcov
28
- uses : danielpalme/ReportGenerator-GitHub-Action@5.3.6
28
+ uses : danielpalme/ReportGenerator-GitHub-Action@5.3.7
29
29
with :
30
30
reports : coverage/temp/**/coverage.cobertura.xml
31
31
targetdir : coverage/report/
Original file line number Diff line number Diff line change 25
25
run : dotnet test --no-build --verbosity normal --collect:'XPlat Code Coverage' --results-directory ./coverage/temp
26
26
27
27
- name : Generate lcov
28
- uses : danielpalme/ReportGenerator-GitHub-Action@5.3.6
28
+ uses : danielpalme/ReportGenerator-GitHub-Action@5.3.7
29
29
with :
30
30
reports : coverage/temp/**/coverage.cobertura.xml
31
31
targetdir : coverage/report/
You can’t perform that action at this time.
0 commit comments