Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jukbot committed Sep 17, 2024
1 parent 626ae89 commit 27acc8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"include": [
"src/**/*.ts"
"src/**"
],
"exclude": [
"tests/*.test.js"
"tests/**"
],
"all": true,
"sourceMap": true,
"cache": false,
"check-coverage": true,
"extension": [".ts"]
"sourceMap": false,
"reporter": [
"lcov",
"text-summary"
]
}
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
"@types/node": "^22.5.5",
"eslint": "^9.10.0",
"nyc": "^17.0.0",
"source-map-support": "^0.5.21",
"standard": "^17.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"vite": "^5.4.6"
},
Expand Down

0 comments on commit 27acc8f

Please sign in to comment.