Skip to content

Commit

Permalink
- added addtional test cases for radio normalization
Browse files Browse the repository at this point in the history
- increased coverage thresholds
  • Loading branch information
John Teague authored and lane-formio committed Jul 1, 2024
1 parent ba103c5 commit 4d1dd11
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 121 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
},
"nyc": {
"check-coverage": true,
"statements": 62,
"branches": 52,
"functions": 57,
"lines": 60,
"statements": 64,
"branches": 55,
"functions": 60,
"lines": 63,
"include": [
"src/**/*.ts",
"src/**/*.js"
Expand All @@ -117,4 +117,4 @@
],
"all": true
}
}
}
Loading

0 comments on commit 4d1dd11

Please sign in to comment.