Skip to content

Commit

Permalink
chore: add c8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jul 26, 2019
1 parent 775f0e3 commit 5f59935
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/opentelemetry-basic-tracer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@
"LICENSE",
"README.md"
],
"c8": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"src/index.ts"
],
"all": true
},
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/opentelemetry-scope-async-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"LICENSE",
"README.md"
],
"c8": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"src/index.ts"
],
"all": true
},
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/opentelemetry-scope-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@
"LICENSE",
"README.md"
],
"c8": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"src/index.ts"
],
"all": true
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 5f59935

Please sign in to comment.