Skip to content

Commit

Permalink
feat: Add coverage checks and minimum levels
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed May 19, 2022
1 parent b3b2709 commit 509bd37
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .c8rc.json
@@ -0,0 +1,6 @@
{
"statements": "78",
"branches": "80",
"functions": "83",
"lines": "78"
}
7 changes: 7 additions & 0 deletions .mocharc.json
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/mocharc",
"timeout": 40000,
"recursive": true,
"reporter": "spec",
"exit": true
}

0 comments on commit 509bd37

Please sign in to comment.