1
0
mirror of https://github.com/badges/shields.git synced 2025-04-17 08:37:04 +03:00
shields/.c8rc.json
Pierre-Yves Bigourdan 6b0b88d29a
Update c8 configuration (#10361)
* Update c8 configuration

* Update .gitignore
2024-07-13 20:59:51 +02:00

30 lines
592 B
JSON

{
"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"
]
}