Skip to content

Commit

Permalink
test: add bin/ to nyc coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
teppeis committed Jul 19, 2019
1 parent 703cbd8 commit b4671aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nycrc.json
@@ -1,5 +1,5 @@
{
"all": true,
"include": ["src/**/*.ts"],
"extension": [".ts"]
"include": ["src/**/*.ts", "bin/*.js"],
"extension": [".ts", ".js"]
}

0 comments on commit b4671aa

Please sign in to comment.