Skip to content

Commit

Permalink
Exclude test files from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu1kn committed Aug 8, 2018
1 parent 7372195 commit 59dd7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
],
"exclude": [
"out",
"coverage"
"coverage",
"src/test"
],
"all": true,
"reporter": [
Expand Down

0 comments on commit 59dd7c3

Please sign in to comment.