File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5151 run : dotnet test --configuration Release --no-build --verbosity normal --results-directory ${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }} --collect:"XPlat Code Coverage"
5252
5353 - name : " Combine Coverage Reports" # This is because one report is produced per project, and we want one result for all of them.
54- uses : danielpalme/ReportGenerator-GitHub-Action@5c07e4a90846ee6fd52c211620156d4679b03fcb
54+ uses : danielpalme/ReportGenerator-GitHub-Action@18e0cd4c1bebd0c8b3978b380a6a4ea61c51178e
5555 with :
5656 reports : " **/*.cobertura.xml" # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
5757 targetdir : " ${{ github.workspace }}" # REQUIRED # The directory where the generated report should be saved.
You can’t perform that action at this time.
0 commit comments