Commit 71409c3
authored
chore(tests): Fix coverage file exclusions (#15944)
When running some unit tests locally, I noticed that the coverage
summary contained files like `vite.config.ts` or `.eslintrc` as well as
transpiled code in `build`. These files shouldn't be in the coverage
reports and neither have an influence on the overall coverage score.1 parent 305df9f commit 71409c3
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
11 | 21 | | |
12 | 22 | | |
13 | 23 | | |
| |||
0 commit comments