Skip to content

Commit

Permalink
chore: update nyc to version 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Apr 18, 2019
1 parent 6df4561 commit d530a73
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 919 deletions.
40 changes: 20 additions & 20 deletions .nycrc
@@ -1,21 +1,21 @@
{
"include": [
"packages/*/dist",
"packages/cli/",
"examples/*/dist"
],
"exclude": [
"packages/*/dist/__tests__/",
"packages/cli/test/",
"examples/*/dist/__tests__/",
"**/.sandbox/"
],
"extension": [
".js",
".ts"
],
"reporter": [
"html"
]
}

"include": [
"packages/*/dist",
"packages/cli/",
"examples/*/dist"
],
"exclude": [
"packages/*/dist/__tests__/",
"packages/cli/test/",
"examples/*/dist/__tests__/",
"**/.sandbox/"
],
"extension": [
".js",
".ts"
],
"reporter": [
"html"
],
"exclude-after-remap": false
}
1 change: 0 additions & 1 deletion packages/build/bin/run-nyc.js
Expand Up @@ -17,7 +17,6 @@ Usage:

function run(argv, options) {
const utils = require('./utils');
const path = require('path');

const nycOpts = argv.slice(2);
const args = [...nycOpts];
Expand Down
3 changes: 2 additions & 1 deletion packages/build/config/.nycrc
@@ -1,4 +1,5 @@
{
"extension": [".js", ".ts"],
"reporter": ["html"]
"reporter": ["html"],
"exclude-after-remap": false
}

0 comments on commit d530a73

Please sign in to comment.