Skip to content

refactor(ntp): standardize test pattern to validateFunc-only

64fca40
Select commit
Loading
Failed to load commit list.
Merged

feat(network): add interface and route management via Netplan #349

refactor(ntp): standardize test pattern to validateFunc-only
64fca40
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 6, 2026 in 1s

99.92% (+0.00%) compared to 3c1ff98

View this Pull Request on Codecov

99.92% (+0.00%) compared to 3c1ff98

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@            Coverage Diff            @@
##             main     #349     +/-   ##
=========================================
  Coverage   99.91%   99.92%             
=========================================
  Files         443      469     +26     
  Lines       21606    23814   +2208     
=========================================
+ Hits        21587    23795   +2208     
  Misses         11       11             
  Partials        8        8             
Files with missing lines Coverage Δ
internal/agent/preflight.go 100.00% <ø> (ø)
internal/agent/processor_interface.go 100.00% <100.00%> (ø)
internal/agent/processor_network.go 100.00% <100.00%> (ø)
internal/agent/processor_route.go 100.00% <100.00%> (ø)
internal/controller/api/node/network/dns_delete.go 100.00% <100.00%> (ø)
internal/controller/api/node/network/dns_get.go 100.00% <100.00%> (ø)
internal/controller/api/node/network/dns_put.go 100.00% <100.00%> (ø)
...ntroller/api/node/network/interface_create_post.go 100.00% <100.00%> (ø)
...al/controller/api/node/network/interface_delete.go 100.00% <100.00%> (ø)
...ernal/controller/api/node/network/interface_get.go 100.00% <ø> (ø)
... and 81 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c1ff98...64fca40. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.