Skip to content

Commit e49b875

Browse files
committed
chore(nycrc) exclude .madrun.mjs
1 parent ba51556 commit e49b875

File tree

126 files changed

+252
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+252
-252
lines changed

.nycrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"exclude": [
66
"**/*.spec.js",
77
"**/fixture",
8-
"**/*.*.js",
8+
"**/.*.*",
99
"packages/*/bin",
1010
"packages/*/test"
1111
],

codemods/apply-replace-all/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

codemods/convert-pascal-to-camel/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

codemods/cut-legacy/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

codemods/cut-useless-functions/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

codemods/madrun/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

codemods/remove-legacy-from-gitignore/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

packages/babel-plugin-putout/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

packages/compare/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

packages/engine-loader/.nycrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"check-coverage": true,
33
"all": true,
44
"exclude": [
5-
"**/*.spec.js",
5+
"**/*.spec.*",
66
"**/fixture",
77
"test",
8-
".*.js"
8+
".*.*"
99
],
1010
"branches": 100,
1111
"lines": 100,

0 commit comments

Comments
 (0)