refactor(compiler): move script gen outside of compiler and into container #1403
Codecov / codecov/project
failed
Mar 5, 2026 in 1s
58.25% (target 90.00%)
View this Pull Request on Codecov
58.25% (target 90.00%)
Details
Codecov Report
❌ Patch coverage is 93.10345% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.25%. Comparing base (3ebd7d0) to head (e2f2d26).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| compiler/types/pipeline/container.go | 93.10% | 1 Missing and 1 partial |
❌ Your project check has failed because the head coverage (58.25%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.
Additional details and impacted files
@@ Coverage Diff @@
## main #1403 +/- ##
==========================================
- Coverage 58.26% 58.25% -0.01%
==========================================
Files 661 660 -1
Lines 25301 25286 -15
==========================================
- Hits 14742 14731 -11
+ Misses 9870 9868 -2
+ Partials 689 687 -2 | Files with missing lines | Coverage Δ | |
|---|---|---|
| compiler/native/compile.go | 74.25% <ø> (+0.72%) |
⬆️ |
| compiler/types/pipeline/container.go | 84.61% <93.10%> (+1.93%) |
⬆️ |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading