Skip to content

remove queue addr

6d66c69
Select commit
Loading
Failed to load commit list.
Merged

feat(artifacts): Object storage integration and artifacts key #1385

remove queue addr
6d66c69
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 24, 2026 in 1s

58.12% (target 90.00%)

View this Pull Request on Codecov

58.12% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 48.53333% with 193 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.12%. Comparing base (36f9b1d) to head (6d66c69).

Files with missing lines Patch % Lines
storage/minio/assume_role.go 0.00% 28 Missing ⚠️
storage/minio/get_policy.go 0.00% 28 Missing ⚠️
api/storage/sts.go 0.00% 25 Missing ⚠️
api/storage/storage.go 0.00% 24 Missing ⚠️
cmd/vela-server/storage.go 0.00% 14 Missing ⚠️
cmd/vela-server/metadata.go 0.00% 13 Missing ⚠️
mock/server/worker.go 0.00% 10 Missing ⚠️
storage/minio/get_address.go 38.46% 6 Missing and 2 partials ⚠️
cmd/vela-server/server.go 0.00% 5 Missing ⚠️
api/types/pipeline.go 60.00% 2 Missing and 2 partials ⚠️
... and 14 more

❌ Your project check has failed because the head coverage (58.12%) 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    #1385      +/-   ##
==========================================
- Coverage   58.27%   58.12%   -0.15%     
==========================================
  Files         644      666      +22     
  Lines       25024    25398     +374     
==========================================
+ Hits        14582    14763     +181     
- Misses       9762     9945     +183     
- Partials      680      690      +10     
Files with missing lines Coverage Δ
compiler/types/pipeline/artifact.go 100.00% <100.00%> (ø)
compiler/types/pipeline/container.go 82.81% <100.00%> (+0.13%) ⬆️
compiler/types/yaml/artifacts.go 100.00% <100.00%> (ø)
compiler/types/yaml/secret.go 69.76% <ø> (ø)
compiler/types/yaml/step.go 95.65% <100.00%> (+0.09%) ⬆️
database/pipeline/table.go 100.00% <ø> (ø)
database/types/pipeline.go 93.68% <100.00%> (+0.13%) ⬆️
mock/server/pipeline.go 0.00% <ø> (ø)
router/middleware/storage.go 100.00% <100.00%> (ø)
storage/flags.go 100.00% <100.00%> (ø)
... and 27 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.