Skip to content

Merge branch 'main' into feat/image_registry

2098688
Select commit
Loading
Failed to load commit list.
Open

feat: add image registry #1427

Merge branch 'main' into feat/image_registry
2098688
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 16, 2026 in 1s

57.99% (target 90.00%)

View this Pull Request on Codecov

57.99% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 54.07407% with 62 lines in your changes missing coverage. Please review.
✅ Project coverage is 57.99%. Comparing base (c66358c) to head (2098688).

Files with missing lines Patch % Lines
api/admin/settings.go 0.00% 16 Missing ⚠️
api/types/settings/compiler.go 69.56% 12 Missing and 2 partials ⚠️
database/types/settings.go 26.66% 11 Missing ⚠️
compiler/native/compile.go 20.00% 4 Missing and 4 partials ⚠️
api/build/compile_publish.go 0.00% 7 Missing ⚠️
compiler/native/validate.go 88.57% 2 Missing and 2 partials ⚠️
compiler/native/settings.go 0.00% 2 Missing ⚠️

❌ Your project check has failed because the head coverage (57.99%) 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    #1427      +/-   ##
==========================================
- Coverage   58.01%   57.99%   -0.03%     
==========================================
  Files         663      663              
  Lines       25588    25723     +135     
==========================================
+ Hits        14845    14918      +73     
- Misses      10043    10097      +54     
- Partials      700      708       +8     
Files with missing lines Coverage Δ
compiler/native/native.go 78.70% <100.00%> (+0.81%) ⬆️
compiler/native/parse.go 87.09% <ø> (ø)
database/settings/table.go 100.00% <ø> (ø)
scm/github/authentication.go 82.27% <ø> (ø)
compiler/native/settings.go 0.00% <0.00%> (ø)
compiler/native/validate.go 93.19% <88.57%> (-1.45%) ⬇️
api/build/compile_publish.go 0.00% <0.00%> (ø)
compiler/native/compile.go 73.96% <20.00%> (-1.65%) ⬇️
database/types/settings.go 60.86% <26.66%> (-4.18%) ⬇️
api/types/settings/compiler.go 76.74% <69.56%> (-8.26%) ⬇️
... and 1 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.