Closed mergify[bot] closed 8 months ago
Cherry-pick of a7a39e57060621afb0c346240d204d3cf0687fdc has failed:
On branch mergify/bp/release/v0.48.x/pr-1299
Your branch is up to date with 'origin/release/v0.48.x'.
You are currently cherry-picking commit a7a39e570.
(fix conflicts and run "git cherry-pick --continue")
(use "git cherry-pick --skip" to skip this patch)
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
Changes to be committed:
modified: types/coin.go
modified: types/coin_test.go
modified: types/dec_coin.go
modified: types/dec_coin_test.go
new file: types/fuzz_test.go
Unmerged paths:
(use "git add <file>..." to mark resolution)
both modified: CHANGELOG.md
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Attention: Patch coverage is 66.66667%
with 3 lines
in your changes are missing coverage. Please review.
Project coverage is 69.78%. Comparing base (
c5fbc74
) to head (98d7a10
).
There is CI failure. Please check it.
Oh, coverage fail. I think we can skip it in this case.
Description
There are multiple functions in the codebase missing nil checks and this PR fixed them.
This pr cherry-pick the following upstream prs
Motivation and context
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml
This is an automatic backport of pull request #1299 done by Mergify.