Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 1b85de8

Browse files
committed
fix: code coverage
1 parent c9e5640 commit 1b85de8

File tree

5 files changed

+224
-79
lines changed

5 files changed

+224
-79
lines changed

.nycrc.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,4 @@ temp-directory: 'coverage'
77
report-dir: 'coverage'
88
skip-full: true
99
reporter: [json, html, text]
10-
check-coverage: true
11-
branches: 100
12-
lines: 100
13-
functions: 100
14-
statements: 100
10+
check-coverage: --100

0 commit comments

Comments
 (0)