-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge Context #426
Merge Context #426
Conversation
Codecov Report
@@ Coverage Diff @@
## main #426 +/- ##
==========================================
+ Coverage 75.89% 76.23% +0.33%
==========================================
Files 38 39 +1
Lines 3535 3572 +37
==========================================
+ Hits 2683 2723 +40
+ Misses 685 683 -2
+ Partials 167 166 -1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Nice, looks good (and seems to work fine 💪). There are just a few lint annotations, but otherwise I'd give it a try 👍
40b167e
to
30b9cc4
Compare
Oh yes, I forgot about it, thanks 👍 |
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.
Don't worry, happy you were able to resolve them that quickly.
that has multiple contexts as parent and chooses the earliest deadline.
to be done when either the runner is destroyed (case ignored before) or the request is interrupted.
30b9cc4
to
347b020
Compare
Related to #406