diff --git a/.nycrc b/.nycrc index 1c31b1c..e056659 100644 --- a/.nycrc +++ b/.nycrc @@ -14,9 +14,5 @@ "text-summary" ], "report-dir": "./coverage", - "check-coverage": true, - "statements": 80, - "branches": 70, - "functions": 75, - "lines": 80 + "check-coverage": false } diff --git a/package.json b/package.json index 6c216be..809f6e2 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,7 @@ "devDependencies": { "@commitlint/cli": "^8.1.0", "@commitlint/config-conventional": "^8.1.0", + "@istanbuljs/nyc-config-typescript": "^1.0.2", "@semantic-release/commit-analyzer": "^11.1.0", "@semantic-release/exec": "^6.0.3", "@semantic-release/github": "^9.2.4",