We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b96311 commit 1cb3569Copy full SHA for 1cb3569
.nycrc
@@ -14,9 +14,5 @@
14
"text-summary"
15
],
16
"report-dir": "./coverage",
17
- "check-coverage": true,
18
- "statements": 80,
19
- "branches": 70,
20
- "functions": 75,
21
- "lines": 80
+ "check-coverage": false
22
}
package.json
@@ -61,6 +61,7 @@
61
"devDependencies": {
62
"@commitlint/cli": "^8.1.0",
63
"@commitlint/config-conventional": "^8.1.0",
64
+ "@istanbuljs/nyc-config-typescript": "^1.0.2",
65
"@semantic-release/commit-analyzer": "^11.1.0",
66
"@semantic-release/exec": "^6.0.3",
67
"@semantic-release/github": "^9.2.4",
0 commit comments