Conversation
Co-authored-by: Ayush Singh <[email protected]>
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
|
Spend.cpp coverage is not too bad already: https://maflcko.github.io/b-c-cov/fuzz.coverage/src/wallet/spend.cpp.gcov.html It may be good to clarify the new coverage a bit. |
|
I think fuzzing it directly is good and there are some |
kevkevinpal
left a comment
There was a problem hiding this comment.
Concept ACK 385ec3f
I see value in adding fuzz coverage to CoinsResult All, Erase, and Clear
|
Not sure what the point here is. All functions are trivial for-loops, and already fuzzed. The only function that isn't It may be better to remove the function or move it to the tests? |
Probably move it to the tests. Anyway, I'll close this for now. |
This PR adds fuzz coverage for
CoinsResult.This was addressed with another new harness proposed in #28236. However, besides the PR appearing to be abandoned (3 months since last author iteration), reviewers agreed that having a specific target for
CoinsResultwould be better.