Skip to content

refactor(file): rename FileProvider to Service, fix lint and coverage

efe59da
Select commit
Loading
Failed to load commit list.
Merged

feat(file): add file management API, deploy provider, and templates #228

refactor(file): rename FileProvider to Service, fix lint and coverage
efe59da
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 7, 2026 in 1s

99.98% (+0.00%) compared to d916601

View this Pull Request on Codecov

99.98% (+0.00%) compared to d916601

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff            @@
##             main     #228    +/-   ##
========================================
  Coverage   99.98%   99.98%            
========================================
  Files         166      182    +16     
  Lines        6009     6518   +509     
========================================
+ Hits         6008     6517   +509     
  Misses          1        1            
Files with missing lines Coverage Δ
internal/agent/agent.go 100.00% <100.00%> (ø)
internal/agent/facts.go 100.00% <100.00%> (ø)
internal/agent/heartbeat.go 100.00% <ø> (ø)
internal/agent/processor.go 100.00% <100.00%> (ø)
internal/agent/processor_file.go 100.00% <100.00%> (ø)
internal/api/file/file.go 100.00% <100.00%> (ø)
internal/api/file/file_delete.go 100.00% <100.00%> (ø)
internal/api/file/file_get.go 100.00% <100.00%> (ø)
internal/api/file/file_list.go 100.00% <100.00%> (ø)
internal/api/file/file_upload.go 100.00% <100.00%> (ø)
... and 37 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 d916601...efe59da. Read the comment docs.

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