diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6b3423..316b0c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: dotnet test --no-restore --collect:"XPlat Code Coverage" - /p:CoverletOutputFormat=cobertura + /p:CoverletOutputFormat=lcov --logger trx --results-directory "test-results" -- @@ -39,4 +39,4 @@ jobs: env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: - coverageLocations: "test-results/**/coverage.cobertura.xml:cobertura" + coverageLocations: "test-results/**/coverage.info:lcov"