Update c8 configuration (#10361)
* Update c8 configuration * Update .gitignore
This commit is contained in:
committed by
GitHub
parent
5e36dc0a8f
commit
6b0b88d29a
29
.c8rc.json
Normal file
29
.c8rc.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"reporter": ["lcov"],
|
||||
"all": true,
|
||||
"silent": true,
|
||||
"clean": false,
|
||||
"exclude": [
|
||||
"**/*.spec.js",
|
||||
"**/*.integration.js",
|
||||
"**/test-helpers.js",
|
||||
"**/*-test-helpers.js",
|
||||
"**/*-fixtures.js",
|
||||
"**/*.test-d.ts",
|
||||
"dangerfile.js",
|
||||
"core/service-test-runner",
|
||||
"core/got-test-client.js",
|
||||
"services/**/*.tester.js",
|
||||
"services/test-validators.js",
|
||||
"services/tester.js",
|
||||
"core/base-service/loader-test-fixtures",
|
||||
"scripts",
|
||||
"coverage",
|
||||
"build",
|
||||
".github",
|
||||
"**/public/",
|
||||
"cypress",
|
||||
"frontend",
|
||||
"migrations"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user