Commit bf87282
authored
feat(coverage): istanbul coverage only for changed files (#2385)
* feat: Istanbul Coverage only for changed Files
Signed-off-by: GurkiranSingh <[email protected]>
* chore: latest pnpm install changes
Signed-off-by: GurkiranSingh <[email protected]>
* chore: removed previous changes related to ctx.changedTests and watchAll config option
Signed-off-by: GurkiranSingh <[email protected]>
* chore: cleanOnReRun=true and all=false if watch mode is enabled
Signed-off-by: GurkiranSingh <[email protected]>
* chore: deleted example
Signed-off-by: GurkiranSingh <[email protected]>
* chore: updated pnpm-lock file after deleting example
Signed-off-by: GurkiranSingh <[email protected]>
* chore: change default value for clearOnReRun=true, since watch= true by default
Signed-off-by: GurkiranSingh <[email protected]>
* chore: Updated pnpm-lock.yaml file
Signed-off-by: GurkiranSingh <[email protected]>
* chore: Update pnpm-lock.yaml
Signed-off-by: GurkiranSingh <[email protected]>
* chore: Update pnpm.yaml file as per in main branch
Signed-off-by: GurkiranSingh <[email protected]>
Signed-off-by: GurkiranSingh <[email protected]>1 parent 59766fa commit bf87282
File tree
3 files changed
+4
-3
lines changed- docs/config
- packages/vitest/src
- types
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments