Skip to content

Commit

Permalink
add nyc config. ⛺️ ..
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed May 27, 2020
1 parent 7d4cb4a commit a4d4452
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extension": [
".js"
],
"reporter": [
"text-lcov",
"text",
"lcov"
],
"report-dir": "./coverage",
"temp-dir": "./.nyc_output"
}

0 comments on commit a4d4452

Please sign in to comment.