Skip to content

Replace assert.Equal(t, len(c.Errors), len(cp.Errors)) with assert.Le…

141ddaa
Select commit
Loading
Failed to load commit list.
Open

fix(context): Copy() copies Errors and Accepted fields #4695

Replace assert.Equal(t, len(c.Errors), len(cp.Errors)) with assert.Le…
141ddaa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 4, 2026 in 1s

98.38% (-0.83%) compared to 3dc1cd6

View this Pull Request on Codecov

98.38% (-0.83%) compared to 3dc1cd6

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.38%. Comparing base (3dc1cd6) to head (141ddaa).
⚠️ Report is 281 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4695      +/-   ##
==========================================
- Coverage   99.21%   98.38%   -0.83%     
==========================================
  Files          42       48       +6     
  Lines        3182     3166      -16     
==========================================
- Hits         3157     3115      -42     
- Misses         17       42      +25     
- Partials        8        9       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.