Skip to content

Commit 1cb3569

Browse files
committed
[TU-13737] add nyc-config-typescript
1 parent 1b96311 commit 1cb3569

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.nycrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@
1414
"text-summary"
1515
],
1616
"report-dir": "./coverage",
17-
"check-coverage": true,
18-
"statements": 80,
19-
"branches": 70,
20-
"functions": 75,
21-
"lines": 80
17+
"check-coverage": false
2218
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.1.0",
6363
"@commitlint/config-conventional": "^8.1.0",
64+
"@istanbuljs/nyc-config-typescript": "^1.0.2",
6465
"@semantic-release/commit-analyzer": "^11.1.0",
6566
"@semantic-release/exec": "^6.0.3",
6667
"@semantic-release/github": "^9.2.4",

0 commit comments

Comments
 (0)