Skip to content

Merge branch 'main' into fix/step-state

44d11dd
Select commit
Loading
Failed to load commit list.
Open

fix: record proper step state on build timeout #666

Merge branch 'main' into fix/step-state
44d11dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 7, 2026 in 0s

52.92% (target 90.00%)

View this Pull Request on Codecov

52.92% (target 90.00%)

Details

Codecov Report

❌ Patch coverage is 76.92308% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.92%. Comparing base (5b043e9) to head (44d11dd).

Files with missing lines Patch % Lines
mock/docker/container.go 0.00% 6 Missing ⚠️
executor/linux/step.go 86.95% 2 Missing and 1 partial ⚠️
executor/local/step.go 86.95% 2 Missing and 1 partial ⚠️

❌ Your project check has failed because the head coverage (52.92%) 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     #666      +/-   ##
==========================================
+ Coverage   52.62%   52.92%   +0.30%     
==========================================
  Files         124      124              
  Lines        5361     5413      +52     
==========================================
+ Hits         2821     2865      +44     
- Misses       2320     2328       +8     
  Partials      220      220              
Files with missing lines Coverage Δ
executor/linux/step.go 76.07% <86.95%> (+2.42%) ⬆️
executor/local/step.go 90.90% <86.95%> (+1.43%) ⬆️
mock/docker/container.go 0.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.