Merge pull request #481 from dolanmiu/feat/right-indent

Bump up coverage stats
This commit is contained in:
Dolan
2019-12-27 01:54:09 +00:00
committed by GitHub

8
.nycrc
View File

@ -1,9 +1,9 @@
{ {
"check-coverage": true, "check-coverage": true,
"lines": 92.35, "lines": 93.53,
"functions": 88.28, "functions": 89.63,
"branches": 84.64, "branches": 88.57,
"statements": 92.16, "statements": 93.34,
"include": [ "include": [
"src/**/*.ts" "src/**/*.ts"
], ],