Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit ca97ca3

Browse files
authored
Exclude JS files from codecov (#451)
1 parent 22409df commit ca97ca3

File tree

18 files changed

+54
-36
lines changed

18 files changed

+54
-36
lines changed

packages/opencensus-core/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@
4343
".tsx"
4444
],
4545
"exclude": [
46-
"**/*.d.ts"
46+
"**/*.d.ts",
47+
"build/**/**/*.js"
4748
],
48-
"all": true
49+
"all": true
4950
},
5051
"publishConfig": {
5152
"access": "public"

packages/opencensus-exporter-instana/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
".tsx"
4242
],
4343
"exclude": [
44-
"**/*.d.ts"
44+
"**/*.d.ts",
45+
"build/**/**/*.js"
4546
],
46-
"all": true
47+
"all": true
4748
},
4849
"publishConfig": {
4950
"access": "public"

packages/opencensus-exporter-jaeger/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-exporter-prometheus/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
".tsx"
4242
],
4343
"exclude": [
44-
"**/*.d.ts"
44+
"**/*.d.ts",
45+
"build/**/**/*.js"
4546
],
46-
"all": true
47+
"all": true
4748
},
4849
"publishConfig": {
4950
"access": "public"

packages/opencensus-exporter-stackdriver/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
".tsx"
4343
],
4444
"exclude": [
45-
"**/*.d.ts"
45+
"**/*.d.ts",
46+
"build/**/**/*.js"
4647
],
47-
"all": true
48+
"all": true
4849
},
4950
"publishConfig": {
5051
"access": "public"

packages/opencensus-exporter-zipkin/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-exporter-zpages/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
".tsx"
4242
],
4343
"exclude": [
44-
"**/*.d.ts"
44+
"**/*.d.ts",
45+
"build/**/**/*.js"
4546
],
46-
"all": true
47+
"all": true
4748
},
4849
"publishConfig": {
4950
"access": "public"

packages/opencensus-instrumentation-grpc/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
".tsx"
4242
],
4343
"exclude": [
44-
"**/*.d.ts"
44+
"**/*.d.ts",
45+
"build/**/**/*.js"
4546
],
46-
"all": true
47+
"all": true
4748
},
4849
"publishConfig": {
4950
"access": "public"

packages/opencensus-instrumentation-http/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-instrumentation-http2/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-instrumentation-https/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-instrumentation-ioredis/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
".tsx"
4343
],
4444
"exclude": [
45-
"**/*.d.ts"
45+
"**/*.d.ts",
46+
"build/**/**/*.js"
4647
],
47-
"all": true
48+
"all": true
4849
},
4950
"publishConfig": {
5051
"access": "public"

packages/opencensus-instrumentation-mongodb/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-propagation-b3/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-propagation-binaryformat/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-propagation-jaeger/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@
3939
".tsx"
4040
],
4141
"exclude": [
42-
"**/*.d.ts"
42+
"**/*.d.ts",
43+
"build/**/**/*.js"
4344
],
44-
"all": true
45+
"all": true
4546
},
4647
"publishConfig": {
4748
"access": "public"

packages/opencensus-propagation-tracecontext/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

packages/opencensus-resource-util/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@
4040
".tsx"
4141
],
4242
"exclude": [
43-
"**/*.d.ts"
43+
"**/*.d.ts",
44+
"build/**/**/*.js"
4445
],
45-
"all": true
46+
"all": true
4647
},
4748
"publishConfig": {
4849
"access": "public"

0 commit comments

Comments
 (0)