Skip to content

Commit

Permalink
chore: add c8 settings (#141)
Browse files Browse the repository at this point in the history
* chore: add c8 settings

* fix: add .nycrc
  • Loading branch information
mayurkale22 committed Aug 1, 2019
1 parent b59aa33 commit 487fdb2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
11 changes: 11 additions & 0 deletions .nycrc
@@ -0,0 +1,11 @@
{
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"build/**/**/*.js",
"src/index.ts"
],
"all": true
}
15 changes: 0 additions & 15 deletions packages/opentelemetry-core/package.json
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

0 comments on commit 487fdb2

Please sign in to comment.