-
Notifications
You must be signed in to change notification settings - Fork 323
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
update tests for rlp_tx.go #4145
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4145 +/- ##
==========================================
+ Coverage 75.38% 76.36% +0.98%
==========================================
Files 303 339 +36
Lines 25923 28855 +2932
==========================================
+ Hits 19541 22035 +2494
- Misses 5360 5718 +358
- Partials 1022 1102 +80 ☔ View full report in Codecov by Sentry. |
action/rlp_tx_test.go
Outdated
@@ -399,6 +399,24 @@ var ( | |||
} | |||
) | |||
|
|||
func TestIssue4104(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the func name is casual
Quality Gate failedFailed conditions |
Description
Increase test coverage
Fixes #4104
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: