-
Notifications
You must be signed in to change notification settings - Fork 530
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
Update jest to produce a junit report for tests #723
Update jest to produce a junit report for tests #723
Conversation
Signed-off-by: Kevin Earls <kearls@redhat.com>
Signed-off-by: Kevin Earls <kearls@redhat.com>
Codecov Report
@@ Coverage Diff @@
## master #723 +/- ##
=======================================
Coverage 94.39% 94.39%
=======================================
Files 230 230
Lines 5959 5959
Branches 1448 1448
=======================================
Hits 5625 5625
Misses 300 300
Partials 34 34 Continue to review full report at Codecov.
|
What is the practical impact of this? Is there something new being printed in CI? |
@yurishkuro When you run yarn test it creates a standard junit type report in packages/jaeger-ui/junit.xml |
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
* Update jest to produce a junit report for tests Signed-off-by: Kevin Earls <kearls@redhat.com> * Fix formatting to make yarn lint happy Signed-off-by: Kevin Earls <kearls@redhat.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
Signed-off-by: Kevin Earls kearls@redhat.com
Which problem is this PR solving?
Short description of the changes