-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix #7400: Fixes issues with running typescript checks #7401
Conversation
Assigning @kevinlee12 for the first-pass review of this pull request. 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.
@ankita240796, Thanks for the quick fix! (LGTM)
Codecov Report
@@ Coverage Diff @@
## develop #7401 +/- ##
============================================
- Coverage 100% 83.11% -16.89%
============================================
Files 202 1069 +867
Lines 23222 58465 +35243
Branches 0 2800 +2800
============================================
+ Hits 23222 48592 +25370
- Misses 0 9125 +9125
- Partials 0 748 +748
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## develop #7401 +/- ##
============================================
- Coverage 100% 83.11% -16.89%
============================================
Files 202 1069 +867
Lines 23222 58465 +35243
Branches 0 2800 +2800
============================================
+ Hits 23222 48592 +25370
- Misses 0 9125 +9125
- Partials 0 748 +748
|
Codecov Report
@@ Coverage Diff @@
## develop #7401 +/- ##
============================================
- Coverage 100% 83.11% -16.89%
============================================
Files 202 1069 +867
Lines 23222 58465 +35243
Branches 0 2800 +2800
============================================
+ Hits 23222 48592 +25370
- Misses 0 9125 +9125
- Partials 0 748 +748
|
Codecov Report
@@ Coverage Diff @@
## develop #7401 +/- ##
============================================
- Coverage 100% 83.11% -16.89%
============================================
Files 202 1069 +867
Lines 23222 58465 +35243
Branches 0 2800 +2800
============================================
+ Hits 23222 48592 +25370
- Misses 0 9125 +9125
- Partials 0 748 +748
|
Explanation
Fixes #7400: Excludes dist folder from compilation for typescript checks to run smoothly locally.
Checklist
python scripts/pre_commit_linter.py
andbash scripts/run_frontend_tests.sh
.