-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Merged by Bors] - chore(txs): cleanup logging and error handling #6170
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6170 +/- ##
=======================================
Coverage 81.8% 81.8%
=======================================
Files 301 301
Lines 32630 32596 -34
=======================================
- Hits 26710 26690 -20
+ Misses 4184 4173 -11
+ Partials 1736 1733 -3 ☔ View full report in Codecov by Sentry. |
bors try |
tryBuild failed: |
bors merge |
## Motivation Cleans up the `txs` package from excessive logging and antipattern occurrences of `log an error then return it`.
Build failed: |
git checkout errors on windows bors merge |
## Motivation Cleans up the `txs` package from excessive logging and antipattern occurrences of `log an error then return it`.
Build failed: |
bors merge |
## Motivation Cleans up the `txs` package from excessive logging and antipattern occurrences of `log an error then return it`.
Build failed:
|
bors merge |
## Motivation Cleans up the `txs` package from excessive logging and antipattern occurrences of `log an error then return it`.
Pull request successfully merged into develop. Build succeeded: |
Motivation
Cleans up the
txs
package from excessive logging and antipattern occurrences oflog an error then return it
.Description
Test Plan
TODO