Skip to content

Commit

Permalink
Merge branch 'master' into login-function-component
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Nov 3, 2023
2 parents e8bfe4a + 06f64b8 commit 557e04d
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -72,7 +72,7 @@ jobs:
with:
if-no-files-found: error
name: coverage
path: coverage/clover.xml
path: coverage/cobertura-coverage.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: clover.xml
files: cobertura-coverage.xml
flags: frontend
name: Frontend

Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,12 @@
}
},
"jest": {
"coverageReporters": [
"cobertura",
"lcov",
"text",
"text-summary"
],
"transformIgnorePatterns": [
"/node_modules/(!${axios})"
]
Expand Down

0 comments on commit 557e04d

Please sign in to comment.