Update c8 configuration (#10361)

* Update c8 configuration

* Update .gitignore
This commit is contained in:
Pierre-Yves Bigourdan
2024-07-13 20:59:51 +02:00
committed by GitHub
parent 5e36dc0a8f
commit 6b0b88d29a
3 changed files with 5 additions and 7 deletions

29
.c8rc.json Normal file
View 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"
]
}