Skip to content

Commit

Permalink
chore: Update nycrc.json to disable coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Jul 20, 2024
1 parent ad01b53 commit 7d61893
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"$schema": "https://json.schemastore.org/nycrc.json",
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": true,
"extensions": [".ts"],
"reporter": ["text", "html", "lcov"]
"check-coverage": false,
"extensions": [
".ts"
],
"reporter": [
"text",
"html",
"lcov"
]
}

0 comments on commit 7d61893

Please sign in to comment.