Skip to content

feat(artifacts): fix conflicts

c758c09
Select commit
Loading
Failed to load commit list.
Closed

feat(test reports): Object storage integration and test-report key #1294

feat(artifacts): fix conflicts
c758c09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 8, 2026 in 0s

57.61% (target 90.00%)

View this Pull Request on Codecov

57.61% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 42.74809% with 525 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.61%. Comparing base (fbe4720) to head (c758c09).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
api/storage/storage.go 0.00% 96 Missing ⚠️
api/types/artifact.go 0.00% 66 Missing ⚠️
api/admin/storage.go 0.00% 48 Missing ⚠️
database/types/artifact.go 0.00% 47 Missing ⚠️
router/middleware/artifact/artifact.go 0.00% 29 Missing ⚠️
api/artifact/create.go 0.00% 20 Missing ⚠️
api/artifact/get.go 0.00% 15 Missing ⚠️
database/artifact/get_build.go 0.00% 14 Missing ⚠️
cmd/vela-server/metadata.go 0.00% 13 Missing ⚠️
storage/minio/list_objects.go 65.71% 12 Missing ⚠️
... and 33 more

❌ Your project check has failed because the head coverage (57.61%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1294      +/-   ##
==========================================
- Coverage   58.16%   57.61%   -0.56%     
==========================================
  Files         646      689      +43     
  Lines       24931    25846     +915     
==========================================
+ Hits        14500    14890     +390     
- Misses       9767    10272     +505     
- Partials      664      684      +20     
Files with missing lines Coverage Δ
compiler/native/validate.go 100.00% <100.00%> (ø)
compiler/types/pipeline/artifact.go 100.00% <100.00%> (ø)
compiler/types/pipeline/container.go 82.81% <100.00%> (+0.13%) ⬆️
compiler/types/yaml/secret.go 69.76% <ø> (ø)
compiler/types/yaml/step.go 95.65% <100.00%> (+0.09%) ⬆️
database/artifact/count.go 100.00% <100.00%> (ø)
database/artifact/delete.go 100.00% <100.00%> (ø)
database/artifact/index.go 100.00% <100.00%> (ø)
database/artifact/table.go 100.00% <100.00%> (ø)
database/database.go 67.44% <ø> (ø)
... and 51 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.