@invisible/changelog-update
Version:
Ensure updates to your changelog, and push them to Slack seamlessly
24 lines (23 loc) • 377 B
Plain Text
{
"all": true,
"branches": 80,
"cache": true,
"eager": true,
"check-coverage": false,
"exclude": [
"src/migrations/*.js"
],
"include": [
"src/**/*.js"
],
"report-dir": "./coverage",
"reporter": [
"text-summary"
],
"watermarks": {
"branches": [75, 90],
"functions": [75, 90],
"lines": [75, 90],
"statements": [75, 90]
}
}