Skip to content

Commit

Permalink
setup coverage --nyc 🗽 ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Sep 9, 2020
1 parent ff796cc commit 913e6c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"extension": [
".js"
],
"exclude": [
"index.spec.js"
],
"reporter": [
"text-lcov",
"text",
"lcov"
],
"report-dir": "./coverage",
"temp-dir": "./.nyc_output"
}

0 comments on commit 913e6c7

Please sign in to comment.