-
-
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
Move test summary to after coverage report #4104 #4512
Move test summary to after coverage report #4104 #4512
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
@hramezani This is failing lint (just Can you add a test for this? Some sort of integration test with a snapshot of the output showing that it's placed correctly would be sweet 🙂 |
f60798c
to
74a3841
Compare
Codecov Report
@@ Coverage Diff @@
## master #4512 +/- ##
==========================================
- Coverage 56.18% 56.18% -0.01%
==========================================
Files 194 194
Lines 6546 6548 +2
Branches 3 3
==========================================
+ Hits 3678 3679 +1
- Misses 2867 2868 +1
Partials 1 1
Continue to review full report at Codecov.
|
@SimenB thanks, |
@SimenB, I checked the tests in here. How can I get all the output(summary and coverage) ? |
Ah, that might explain it! Can you expand |
@SimenB, I checked the |
That's correct. But stdout should include the coverage report |
@SimenB , are you waiting for me to including coverage in stdout? |
Either that or some other test showing that the change has the desired effect 🙂 |
@hramezani can you help us push this PR over the finish line? Thanks! |
@cpojer, unfortunately, there is no way to test this feature, so I create a test project and install jest with this changes, then I run the tests with |
We have a folder called |
@cpojer , yes you right. @SimenB offers me as you in this comment to use |
Is coverage output to stderr? |
I'm gonna merge this just to get it out of the PR queue. The code changes look fine to me, and we have no existing tests that verify the order atm anyway. |
@hramezani mind sending a PR for an update to the changelog? 🙂 |
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. |
Summary
Move test summary to after coverage report issue_4104
Test plan