-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Fixes: Build error in develop #7137
Conversation
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!
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.
Somehow Github is not reporting the correct statuses: Fronted - PASS: https://circleci.com/gh/NishealJ/oppia/565 |
Thanks, @kevinlee12, tests are now running in oppia's instance |
Also @apb7, After the pull, I've removed the I/O try-catch block and updated only |
Hi @DubeySandeep, |
Please pull the complete PR changes (That PR is already LGTM). Thanks! |
Codecov Report
@@ Coverage Diff @@
## develop #7137 +/- ##
========================================
Coverage 98.06% 98.06%
========================================
Files 377 377
Lines 63086 63086
========================================
Hits 61864 61864
Misses 1222 1222 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## develop #7137 +/- ##
========================================
Coverage 98.06% 98.06%
========================================
Files 377 377
Lines 63086 63086
========================================
Hits 61864 61864
Misses 1222 1222 Continue to review full report at Codecov.
|
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! Nice work :)
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!
I'll have to cherry-pick this pr for the current release as after cherry-picking few PRs from develop the release branch started failing lint tests. |
* Initial commit * Change app.yaml to app_dev * Revert Package lock * Update third_party_size_check.py
Explanation
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.