Skip to content

Commit

Permalink
fix(cov): remove secrets/index.ts from code coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Jul 27, 2023
1 parent 32d35f3 commit b0a08a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"testEnvironment": "node",
"collectCoverageFrom": [
"packages/**/*.ts",
"!packages/*/index.ts",
"!**/__tests__/**",
"!packages/**/doc/I*.ts",
"!**/main.ts"
Expand Down

0 comments on commit b0a08a0

Please sign in to comment.