Commit 6716c5b
committed
fix: use reconciledFailedTests in passed test calculation
reconciledPassedTests was subtracting the raw failedTests counter
instead of reconciledFailedTests, inflating the passed count when
individual test failures outnumber the aggregate counter.1 parent 82972b9 commit 6716c5b
File tree
2 files changed
+3
-3
lines changed- src/utils
- __tests__
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
332 | | - | |
| 331 | + | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments