synctos
Version:
The Syncmaker. A tool to build comprehensive sync functions for Couchbase Sync Gateway.
22 lines (21 loc) • 322 B
Plain Text
{
"check-coverage": true,
"per-file": true,
"statements": 100,
"branches": 100,
"functions": 100,
"lines": 0,
"include": [
"src/**/*.js"
],
"exclude": [
"src/**/*.spec.js"
],
"reporter": [
"text-summary",
"lcov"
],
"cache": true,
"all": true,
"report-dir": "build/coverage"
}