-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix GitHub step summaries #3691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Disable including passed tests to fix the step summaries being too large since the upgrade to GitHubActionsTestLogger v3.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3691 +/- ##
=======================================
Coverage 94.66% 94.66%
=======================================
Files 111 111
Lines 3858 3858
Branches 778 778
=======================================
Hits 3652 3652
Misses 206 206
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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes GitHub step summaries being too large after upgrading to GitHubActionsTestLogger v3 by disabling the inclusion of passed tests in the summaries.
- Added
summary-include-passed=falseparameter to the GitHubActions test logger configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Disable including passed tests to fix the step summaries being too large since the upgrade to GitHubActionsTestLogger v3.