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

Commit

Permalink
Exclude JS files from codecov (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Mar 28, 2019
1 parent 22409df commit ca97ca3
Show file tree
Hide file tree
Showing 18 changed files with 54 additions and 36 deletions.
5 changes: 3 additions & 2 deletions packages/opencensus-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-exporter-instana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-exporter-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-exporter-stackdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-exporter-zpages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-instrumentation-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-instrumentation-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-instrumentation-http2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-instrumentation-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-instrumentation-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-instrumentation-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-propagation-b3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-propagation-binaryformat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-propagation-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-propagation-tracecontext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 3 additions & 2 deletions packages/opencensus-resource-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
".tsx"
],
"exclude": [
"**/*.d.ts"
"**/*.d.ts",
"build/**/**/*.js"
],
"all": true
"all": true
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ca97ca3

Please sign in to comment.