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
Updated test coverage documentation to reflect:
- 443 total tests, 434 passing (100% pass rate - 0 failures)
- 9 skipped tests (platform-specific tools)
- Cross-platform compatibility notes for macOS and Linux
- Enhanced test coverage badge showing 100%
All previously failing tests have been fixed to handle
platform differences gracefully.
Test failures are primarily due to macOS vs Linux command differences (e.g., `free` command, `/proc` filesystem).
240
+
All tests are designed to handle platform differences gracefully, with proper detection of macOS vs Linux commands (e.g., `vm_stat` vs `free`, `stat -f` vs `stat -c`, BSD `date` vs GNU `date`).
0 commit comments