Skip to content

Commit

Permalink
Merge pull request #10950 from murdos/merge-frontend-code-coverage
Browse files Browse the repository at this point in the history
JHLite Generator: merge code coverage of unit and component frontend tests
  • Loading branch information
murdos authored Dec 29, 2024
2 parents edce59e + 48691a2 commit cc4b9d1
Show file tree
Hide file tree
Showing 10 changed files with 9,562 additions and 5,531 deletions.
16 changes: 16 additions & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extension": [".js", ".cjs", ".mjs", ".ts", ".vue"],
"reporter": ["html", "json", "lcov", "text-summary"],
"report-dir": "target/frontend-coverage/combined",
"temp-dir": "target/.nyc_output",
"check-coverage": true,
"branches": 100,
"lines": 100,
"functions": 100,
"statements": 100,
"exclude": [
"src/main/webapp/app/shared/alert/infrastructure/primary/WindowApplicationListener.ts",
"src/main/webapp/app/module/secondary/RestManagementRepository.ts",
"src/test/**/*"
]
}
Loading

0 comments on commit cc4b9d1

Please sign in to comment.