Skip to content

Commit

Permalink
build: nyc configuration with --all
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and bcoe committed May 13, 2019
1 parent 3e17bd8 commit 8256d69
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .nycrc
@@ -0,0 +1,22 @@
{
"report-dir": "./.coverage",
"reporter": ["text", "lcov"],
"exclude": [
"**/*-test",
"**/.coverage",
"**/apis",
"**/benchmark",
"**/docs",
"**/samples",
"**/scripts",
"**/src/**/v*/**/*.js",
"**/test",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
"webpack-tests.config.js",
"webpack.config.js"
],
"exclude-after-remap": false,
"all": true
}
2 changes: 1 addition & 1 deletion synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2019-05-04T11:06:38.010881Z",
"updateTime": "2019-05-10T11:53:54.520612Z",
"sources": [
{
"template": {
Expand Down

0 comments on commit 8256d69

Please sign in to comment.