-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
TEST IGNORE ME - Attempt to fix pipelines #9269
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9269 +/- ##
==========================================
+ Coverage 64.99% 64.99% +<.01%
==========================================
Files 278 278
Lines 11912 11913 +1
Branches 2934 2935 +1
==========================================
+ Hits 7742 7743 +1
Misses 3539 3539
Partials 631 631
Continue to review full report at Codecov.
|
So it seems that the failures are caused by adding anything in the The While interesting (and hopefully useful), I'm not sure where to go from here - I could write some hacky scripts or try to @SimenB @jeysal - would either of you have any insights on possible next steps? |
to me it looks like you haven't committed the test file, so it's an obsolete snapshot? essentially rickhanlonii/jest-silent-reporter#15 (and somewhat rickhanlonii/jest-silent-reporter#8) |
Huh ok interesting - I tried to check things out with the default reporter on the there branch but didn't see any snapshot messages, but hopefully I've just missed them. I'll push up the rest of the stuff and see if it still fails. Maybe the snapshot is always obsolete, and that's what's causing the failure... (I've got a feeling that's the case, and that I've messed up my own snapshot resolver 😬) |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is me attempting to find out what's going on w/ #8829, as the pipeline is failing silently after the tests seem to pass :(
I'm opening a new PR b/c I want to strip out code, and don't want github to mark comments as resolved or outdated.