-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
chore(test): merge deno runtime coverage #3456
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3456 +/- ##
==========================================
+ Coverage 89.80% 90.52% +0.72%
==========================================
Files 159 159
Lines 10120 10179 +59
Branches 2793 2954 +161
==========================================
+ Hits 9088 9215 +127
+ Misses 1032 962 -70
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
24da562
to
7bd90ee
Compare
|
92e391c
to
19c8486
Compare
19c8486
to
ebf9ea7
Compare
I have created a pull request to fix this issue in deno. Whether or not it is merged is up to deno. |
@usualoma Thanks! |
@usualoma Deno v2.0.5 includes the change you contributed in denoland/deno#25939 |
@exoego Thanks for telling me. |
I would like to continue with #3632, where the changes made by the pull request are easy to understand. |
Checking the results in github actions...
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code