1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 01:29:17 +02:00
bitjs/.c8rc
2023-12-22 14:14:05 -08:00

23 lines
367 B
JSON

{
"check-coverage": true,
"all": true,
"include": [
"archive/*.js",
"codecs/*.js",
"image/parsers/*.js",
"file/*.js",
"io/*.js"
],
"exclude": [
"archive/archive.js",
"archive/webworker-wrapper.js",
"io/*-worker.js"
],
"reporter": [
"html",
"lcov",
"text",
"text-summary"
],
"report-dir": "coverage"
}