You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--coverage-report-html <dir>`| Generate HTML coverage report with line-by-line details |
@@ -65,6 +65,21 @@ The DEBUG trap adds overhead to test execution. For large test suites, consider
65
65
Coverage is automatically enabled when using `--coverage-report`, `--coverage-report-html`, or `--coverage-min`. You don't need to specify `--coverage` explicitly with these options.
66
66
:::
67
67
68
+
### Auto-Discovery
69
+
70
+
When `BASHUNIT_COVERAGE_PATHS` is not set, bashunit automatically discovers source files based on your test file names:
0 commit comments