ci: allow expanded test suite to complete#305
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Adjusts GitHub Actions CI timeouts so the expanded PatternKit test/coverage workload can complete without premature job/step termination, and aligns the release test VSTest session timeout with the longer-running suite.
Changes:
- Increased overall job timeouts for
pr-checksandreleasefrom 30 to 45 minutes. - Increased the
dotnet test“Test with coverage” step timeouts from 20 to 30 minutes (both PR and Release jobs). - Increased Release VSTest session timeout from 15 minutes to 30 minutes via
RunConfiguration.TestSessionTimeout.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Test Results756 tests 756 ✅ 36s ⏱️ Results for commit 0c24c26. |
Code Coverage |
🔍 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #305 +/- ##
==========================================
+ Coverage 90.33% 96.02% +5.69%
==========================================
Files 424 428 +4
Lines 35733 35980 +247
Branches 5064 5100 +36
==========================================
+ Hits 32279 34551 +2272
+ Misses 1522 1429 -93
+ Partials 1932 0 -1932
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
Validation