Skip to content

Commit

Permalink
Revert "Try cobertura"
Browse files Browse the repository at this point in the history
This reverts commit 38b5162.
  • Loading branch information
imnasnainaec committed Oct 26, 2023
1 parent 38b5162 commit ad96ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ad96ccc

Please sign in to comment.