-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(preprod): truncate max status check length #102987
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
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## telkins/status-check-permissions #102987 +/- ##
=====================================================================
+ Coverage 73.83% 80.64% +6.81%
=====================================================================
Files 9136 9140 +4
Lines 392718 393012 +294
Branches 24968 24968
=====================================================================
+ Hits 289944 316951 +27007
+ Misses 102373 75660 -26713
Partials 401 401 |
| raise | ||
|
|
||
|
|
||
| GITHUB_MAX_SUMMARY_FIELD_LENGTH = 65535 |
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.
Where'd you find references to these limits? Would rec commenting the links to their docs if there is one.
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.
good idea, added
Resolves EME-612