From ad96cccf4acb670d0eab96af7df37011f51c658c Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Thu, 26 Oct 2023 15:22:49 -0400 Subject: [PATCH] Revert "Try cobertura" This reverts commit 38b5162746c17b8e21d54e7a53a06441101c167f. --- .github/workflows/frontend.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index b6be810a31..0df946a33a 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -72,7 +72,7 @@ jobs: with: if-no-files-found: error name: coverage - path: coverage/cobertura-coverage.xml + path: coverage/clover.xml retention-days: 7 upload_coverage: @@ -102,7 +102,7 @@ jobs: uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 with: fail_ci_if_error: true - files: cobertura-coverage.xml + files: clover.xml flags: frontend name: Frontend diff --git a/package.json b/package.json index fd6cb25f7e..7608c59fb4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "test-backend": " dotnet test Backend.Tests/Backend.Tests.csproj", "test-backend:coverage": "dotnet test Backend.Tests/Backend.Tests.csproj /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:Threshold=77", "test-frontend": " react-scripts test", - "test-frontend:coverage": "react-scripts test --coverage --coverageReporters=cobertura --watchAll=false", + "test-frontend:coverage": "react-scripts test --coverage --watchAll=false", "test-frontend:debug": " react-scripts --inspect-brk test --runInBand --no-cache", "test:ci": "dotnet test Backend.Tests/Backend.Tests.csproj && CI=true react-scripts test --ci --all --testResultsProcessor jest-teamcity-reporter", "wordlist": "hunspell-reader words"