Conversation
Codecov Report
@@ Coverage Diff @@
## master #392 +/- ##
=======================================
Coverage 97.60% 97.60%
=======================================
Files 22 22
Lines 1334 1334
Branches 130 130
=======================================
Hits 1302 1302
Misses 16 16
Partials 16 16 Continue to review full report at Codecov.
|
|
This PR is started without a news fragment to test that the |
|
@altendky @graingert do you have time to take a look and see if we can merge this ? Thanks :) |
altendky
left a comment
There was a problem hiding this comment.
It reads as I would expect. I look forward to hearing nothing more about this because it works. :] *fingers crossed* Thanks.
|
Hey, I noticed you're reinventing the wheel here :) |
This tries to work around an issue with GitHub.
We have a PR configured to allowing merging only if Job A is green.
If you have a job A depending on another job B, if job B fails, job A is skipped.
But with job A skipped, GitHub is happy and it allows the PR to be merged.
Implement the nice move from @altendky from Chia-Network/chia-blockchain#11880