Skip to content

Commit

Permalink
Add test coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreKavalerski committed Jul 9, 2020
1 parent 25bd3e2 commit 0bcb0c0
Show file tree
Hide file tree
Showing 3 changed files with 952 additions and 3 deletions.
25 changes: 25 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"cache": false,
"check-coverage": false,
"extension": [
".ts"
],
"include": [
"dist/**/*.js",
"src/**/*.ts"
],
"exclude": [
"coverage/**",
"node_modules/**",
"**/*.d.ts",
"**/*.spec.ts"
],
"sourceMap": true,
"reporter": [
"html",
"text",
"text-summary"
],
"all": true,
"instrument": true
}
Loading

0 comments on commit 0bcb0c0

Please sign in to comment.