-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3456 +/- ##
==========================================
- Coverage 95.58% 94.91% -0.68%
==========================================
Files 155 155
Lines 9357 9884 +527
Branches 2779 2796 +17
==========================================
+ Hits 8944 9381 +437
- Misses 413 501 +88
- 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! |
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