Skip to content

Commit

Permalink
Upload coverage-final.json rather than clover.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Oct 25, 2023
1 parent 38cf5c8 commit bdc1736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
if-no-files-found: error
name: coverage
path: coverage/clover.xml
path: coverage/coverage-final.json
retention-days: 7

# Release build.
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
with:
fail_ci_if_error: true
files: clover.xml
files: coverage-final.json
flags: frontend
name: Frontend

Expand Down

0 comments on commit bdc1736

Please sign in to comment.