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
- Re-raise OSError in _prepare_test after directory creation failure
instead of silently continuing with a broken test directory
- Initialize FYPP_GCOV_OPTS to empty before the MFC_GCov block so
non-gcov builds don't pass an undefined variable to Fypp
- Push dep_changed now defaults to true on git diff failure, matching
the safe PR-path behavior
- Remove dead SYSCHECK references from test stubs and fix exec fallback
replace string to match actual coverage.py imports
- Improve docstrings, comments, and cleanup error handling
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: toolchain/mfc/cli/commands.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -460,7 +460,7 @@
460
460
),
461
461
Argument(
462
462
name="build-coverage-cache",
463
-
help="Run all tests with gcov instrumentation to build the file-level coverage cache. Requires a prior --gcov build: ./mfc.sh build --gcov -j 8",
463
+
help="Run all tests with gcov instrumentation to build the file-level coverage cache. Pass --gcov to enable coverage instrumentation in the internal build step.",
0 commit comments