Skip to content

Commit

Permalink
chore: expand codecov ignore values (#1625)
Browse files Browse the repository at this point in the history
- instead of combining the file name and extension globs, list them separately
  • Loading branch information
booc0mtaco authored May 22, 2023
1 parent 7a5ec09 commit bf0cdc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ignore:
- "**/*.?(test|stories).ts?(x)"
- "**/*.test.ts"
- "**/*.test.tsx"
- "**/*.stories.ts"
- "**/*.stories.tsx"
coverage:
status:
project:
Expand Down

0 comments on commit bf0cdc5

Please sign in to comment.