Borg/pkg/datanode
google-labs-jules[bot] 7a76d55411 feat: Increase test coverage for pkg/datanode
This commit increases the test coverage for the `pkg/datanode` package
from 58.1% to 66.9%.

The following changes were made:
- Added a new test file, `pkg/datanode/fromtar_test.go`, to test the
  `FromTar` function.
- Added a new test file, `pkg/datanode/fs_test.go`, to test the `Stat`,
  `Exists`, and `Walk` functions.
- Refactored the existing tests in `pkg/datanode/datanode_test.go` to
  remove the monolithic test function and improve the organization of
  the tests.
2025-11-13 19:48:15 +00:00
..
datanode.go feat: Improve test coverage and refactor for testability 2025-11-03 18:25:04 +00:00
datanode_test.go feat: Increase test coverage for pkg/datanode 2025-11-13 19:48:15 +00:00
fromtar_test.go feat: Increase test coverage for pkg/datanode 2025-11-13 19:48:15 +00:00
fs_test.go feat: Increase test coverage for pkg/datanode 2025-11-13 19:48:15 +00:00