fix(ci): increase test coverage timeout from 10m to 20m#146
fix(ci): increase test coverage timeout from 10m to 20m#146JerrettDavis merged 1 commit intomainfrom
Conversation
Tests with coverage collection were timing out at 10 minutes on CI runners. Increased to 20 minutes to accommodate coverage overhead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
🔍 PR Validation ResultsVersion: `` ✅ Validation Steps
📊 ArtifactsDry-run artifacts have been uploaded and will be available for 7 days. This comment was automatically generated by the PR validation workflow. |
Code Coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #146 +/- ##
==========================================
+ Coverage 81.14% 86.03% +4.88%
==========================================
Files 196 196
Lines 19134 19134
Branches 2712 2712
==========================================
+ Hits 15527 16461 +934
+ Misses 2880 2673 -207
+ Partials 727 0 -727
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Tests with coverage collection were timing out at 10 minutes on CI runners. Increased step timeout to 20 minutes for both PR and release jobs.
Test plan
🤖 Generated with Claude Code