Commit 65e599a
committed
fix: use "true" instead of "1" for E2E_COLLECT_COVERAGE env var
For consistency with other boolean env vars in the codebase (like
E2E_NIGHTLY_MODE, USE_NEW_FRONTEND_SYSTEM), change from checking
"1" to checking "true".
Updated in:
- src/playwright/fixtures/test.ts (_coverageCollector fixture)
- src/utils/plugin-metadata.ts (coverage image swap)
- docs/changelog.md (documentation)
Addresses: #95 (comment)1 parent 309c8b1 commit 65e599a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
| |||
0 commit comments