Borg/pkg
google-labs-jules[bot] 2fa52bc8b4 fix: Address various issues in compile, run, and matrix tests
This commit addresses three separate issues:

1.  **cmd/compile.go**: The `Borgfile` parsing now returns an error for
    unknown instructions instead of silently ignoring them.
2.  **cmd/run_test.go**: The `execCommand` mock is now properly cleaned
    up after the test, preventing it from leaking into other tests.
3.  **pkg/matrix/matrix_test.go**: The EOF check in the tar reader loop
    now uses a direct error comparison (`io.EOF`) instead of a string
    comparison.
2025-11-13 19:56:13 +00:00
..
compress feat: Improve test coverage and refactor for testability 2025-11-03 16:31:26 +00:00
datanode feat: Increase test coverage for pkg/datanode 2025-11-13 19:48:15 +00:00
github feat: Bug fixes and refactoring 2025-11-03 20:14:47 +00:00
logger feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
matrix fix: Address various issues in compile, run, and matrix tests 2025-11-13 19:56:13 +00:00
mocks feat: Improve test coverage and refactor for testability 2025-11-03 16:31:26 +00:00
pwa feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
tarfs feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
ui feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
vcs refactor: Use dependency injection for mocking 2025-11-02 22:14:52 +00:00
website feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00