Skip to content

Commit

Permalink
chore: fix coverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 24, 2020
1 parent d56af3e commit c3170fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nycrc
Expand Up @@ -6,7 +6,7 @@
"html",
"text"
],
"lines": 99.5,
"lines": 99.4,
"branches": "92",
"statements": "99.5"
"statements": "99.4"
}

0 comments on commit c3170fc

Please sign in to comment.