Skip to content

Commit

Permalink
fix: add .nycrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jul 29, 2019
1 parent a91b972 commit 032a074
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 48 deletions.
11 changes: 11 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"src/index.ts"
],
"all": true
}
11 changes: 0 additions & 11 deletions packages/opentelemetry-basic-tracer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@
"LICENSE",
"README.md"
],
"c8": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"src/index.ts"
],
"all": true
},
"publishConfig": {
"access": "public"
},
Expand Down
15 changes: 0 additions & 15 deletions packages/opentelemetry-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,6 @@
"LICENSE",
"README.md"
],
"c8": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"karma.conf.js",
"src/index.ts",
"src/platform/browser/*.ts",
"test/index-webpack.ts",
"webpack/*.js"
],
"all": true
},
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/opentelemetry-scope-async-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@
"LICENSE",
"README.md"
],
"c8": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"src/index.ts"
],
"all": true
},
"publishConfig": {
"access": "public"
},
Expand Down
11 changes: 0 additions & 11 deletions packages/opentelemetry-scope-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@
"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 032a074

Please sign in to comment.