Skip to content

Commit

Permalink
[fei4960.4.examples] Ignore examples and type defs in code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Mar 31, 2023
1 parent 0f24d5b commit 9cbbe4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ ignore:
- "build-settings/*.js"
- "utils/*.js"
- "packages/**/dist/index.js"
- "packages/**/types.js"
- "packages/**/*.flowtest.js "
- "packages/**/types/**/*.ts"
- "packages/**/examples/**/*.ts"
- "packages/**/*.flowtest.js"
2 changes: 2 additions & 0 deletions config/jest/test.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ module.exports = {
"!packages/**/node_modules/",
"!packages/**/.babelrc.js",
"!packages/eslint-config-khan/**",
"!packages/**/examples/**/*.ts",
"!packages/**/types/**/*.ts",
],
// Only output log messages on test failure. From:
// https://github.com/facebook/jest/issues/4156#issuecomment-490764080
Expand Down

0 comments on commit 9cbbe4e

Please sign in to comment.