-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrades code-mirror, browsermob-proxy and mouse-trap #6940
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6940 +/- ##
========================================
Coverage 95.73% 95.73%
========================================
Files 371 371
Lines 51604 51604
========================================
Hits 49404 49404
Misses 2200 2200
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #6940 +/- ##
=======================================
Coverage 96.7% 96.7%
=======================================
Files 374 374
Lines 57508 57508
=======================================
Hits 55611 55611
Misses 1897 1897
Continue to review full report at Codecov.
|
Hi @NishealJ, can you please add more tests for browsermob-proxy and mouse-trap according to the changelogs (as discussed)? Thanks! |
Hi @apb7 Addressed your comments Thanks! |
Hi, @DubeySandeep & @apb7 Addressed all your comments 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.
LGTM! (For the changes in e2e test file.)
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.
LGTM. Just one question.
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.
LGTM, thanks @NishealJ!
The Travis tests are failing. |
@NishealJ, the lint tests are failing with the following log:
Did you bypass the pre-push checks? |
Hi @apb7 I bypassed it thinking the change is very minor and it takes time to run, I usually don't do it for other commits Thanks! |
In the future, please never bypass the pre-push checks. Most errors come from exactly that -- i.e. submitters thinking that the change is very minor. Saving 2 minutes at that point can lead to a 2 hour delay while you wait for tests to re-run -- as you've seen! |
Sure @seanlip, I agree :)! |
Explanation
This PR Upgrades code-mirror, browsermob-proxy and mouse-trap,
To see the upgrade status please visit here
For testing doc please visit here
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.