Skip to content

Commit

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

* fix: add .nycrc
  • Loading branch information
mayurkale22 authored and dyladan committed Feb 18, 2021
1 parent cb06a33 commit 3eb7ea2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/.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
}

0 comments on commit 3eb7ea2

Please sign in to comment.