-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat, ref: Round 2 - More language support and some tweaks to Prism setup #3165
feat, ref: Round 2 - More language support and some tweaks to Prism setup #3165
Conversation
… all the lang imports
…espace declartions for us
Bundle ReportChanges will increase total bundle size by 7.42kB ⬆️
|
Bundle ReportChanges will increase total bundle size by 7.42kB ⬆️
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3165 +/- ##
==========================================
- Coverage 98.25% 98.24% -0.01%
==========================================
Files 932 933 +1
Lines 14458 14458
Branches 3917 3917
==========================================
- Hits 14205 14204 -1
- Misses 248 249 +1
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3165 +/- ##
================================================
- Coverage 98.25000 98.24000 -0.01000
================================================
Files 932 933 +1
Lines 14458 14458
Branches 3944 3862 -82
================================================
- Hits 14205 14204 -1
- Misses 248 249 +1
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3165 +/- ##
==========================================
- Coverage 98.25% 98.24% -0.01%
==========================================
Files 932 933 +1
Lines 14458 14458
Branches 3949 3949
==========================================
- Hits 14205 14204 -1
- Misses 248 249 +1
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3165 +/- ##
==========================================
- Coverage 98.25% 98.24% -0.01%
==========================================
Files 932 933 +1
Lines 14458 14458
Branches 3917 3862 -55
==========================================
- Hits 14205 14204 -1
- Misses 248 249 +1
Partials 5 5
... and 1 file with indirect coverage changes
Continue to review full report in Codecov by Sentry.
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
Description
Some additional language support, and locating all prism stuff within a single directory. Second round, turns out we do need the types package.
Closes codecov/engineering-team#2398