-
Notifications
You must be signed in to change notification settings - Fork 253
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: fmt to capture Writer #2644
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2644 +/- ##
==========================================
- Coverage 87.49% 87.40% -0.09%
==========================================
Files 263 263
Lines 26523 26549 +26
==========================================
Hits 23205 23205
- Misses 3318 3344 +26 ☔ View full report in Codecov by Sentry. |
Action required: PR inactive for 5 days. |
Lets connect on this when you are back. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
Action required: PR inactive for 5 days. |
PR closed after 10 days of inactivity. |
Action required: PR inactive for 5 days. |
Do we really need to capture the output separately? Consider this:
|
but is that a good approach? we couldn't get codecov, if something throws an runtime error, we won't have much information about that.. etc |
I believe it'd better represent end user experience and we will test the actual output instead of testing that some data has been written somewhere that won't mean the actual output (for testing TAILCALL_LOG). |
Okay. Closing this PR and I'd raise new PR based on the suggestions. |
Please discuss first with @tusharmath about the approach |
related to #2640