Skip to content

Commit c5b6f77

Browse files
committed
exclude dist from coverage report
1 parent 9dccd9a commit c5b6f77

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/bloom/.nycrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@istanbuljs/nyc-config-typescript",
3-
"exclude": ["**/*.spec.ts", "lib/test-utils.ts"]
3+
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts"]
44
}

packages/client/.nycrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@istanbuljs/nyc-config-typescript",
3-
"exclude": ["**/*.spec.ts", "lib/test-utils.ts", "examples/*"]
3+
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts", "examples/*"]
44
}

packages/graph/.nycrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@istanbuljs/nyc-config-typescript",
3-
"exclude": ["**/*.spec.ts", "lib/test-utils.ts"]
3+
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts"]
44
}

packages/json/.nycrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@istanbuljs/nyc-config-typescript",
3-
"exclude": ["**/*.spec.ts", "lib/test-utils.ts"]
3+
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts"]
44
}

packages/search/.nycrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@istanbuljs/nyc-config-typescript",
3-
"exclude": ["**/*.spec.ts", "lib/test-utils.ts"]
3+
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts"]
44
}

packages/time-series/.nycrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "@istanbuljs/nyc-config-typescript",
3-
"exclude": ["**/*.spec.ts", "lib/test-utils.ts"]
3+
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts"]
44
}

0 commit comments

Comments
 (0)