-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
test(db): add test for db #5461
test(db): add test for db #5461
Conversation
366fc42
to
df8538f
Compare
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more. @@ Coverage Diff @@
## develop #5461 +/- ##
=============================================
+ Coverage 61.35% 61.50% +0.15%
- Complexity 9348 9379 +31
=============================================
Files 846 846
Lines 50211 50211
Branches 5583 5583
=============================================
+ Hits 30805 30884 +79
+ Misses 17002 16910 -92
- Partials 2404 2417 +13 see 23 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
df8538f
to
c964848
Compare
Args.setParam( | ||
new String[]{ | ||
"--output-directory", dbPath, | ||
"--history-balance-lookup" |
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.
You don't need --history-balance-lookup
c964848
to
bc8e8df
Compare
What does this PR do?
add several test cases to cover more code verification scenarios
Why are these changes required?
improve test case coverage
This PR has been tested by:
Follow up
Extra details