Page MenuHomeWickedGov Phorge

.nycrc.json
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

.nycrc.json

{
"// todo": "todo: enable caching. There are too many other issues to verify that",
"cache": false,
"all": true,
"require": [
"@babel/register"
],
"reporter": [
"lcov",
"text"
],
"report-dir": "docs",
"//include": "Ignore files in vendor/, resources/, and elsewhere.",
"include": [
"src/**/*.js"
],
"//exclude": "Exclude files that are entry points that wire things up and have side effects",
"exclude": [
"docs/",
"vendor/",
"src/mobile.amcOutreachDrawer/mobile.amcOutreachDrawer.js",
"src/mobile.editor.overlay/mobile.editor.overlay.js",
"src/mobile.init/mobile.init.js",
"src/mobile.mediaViewer/mobile.mediaViewer.js",
"src/mobile.special.uploads.scripts/mobile.special.uploads.scripts.js",
"src/mobile.special.watchlist.scripts/mobile.special.watchlist.scripts.js",
"src/mobile.special.mobilediff.scripts.js",
"src/mobile.special.mobileoptions.scripts.js",
"src/mobile.special.userlogin.scripts.js"
],
"// coverage note": "Set the coverage percentage by category thresholds. Round down to nearest 1%",
"statements": 62,
"branches": 47,
"functions": 59,
"lines": 62,
"check-coverage": true,
"sourceMap": false,
"instrument": false
}

File Metadata

Mime Type
application/json
Expires
Wed, Aug 19, 07:12 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3f/01/88745ab90816114d6d883fb9e4e8
Default Alt Text
.nycrc.json (1 KB)

Event Timeline