Closed walldiss closed 7 months ago
Attention: Patch coverage is 86.13861%
with 14 lines
in your changes are missing coverage. Please review.
Project coverage is 82.96%. Comparing base (
d6c118c
) to head (c116d1f
). Report is 19 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
extendeddatacrossword.go | 75.00% | 7 Missing and 2 partials :warning: |
datasquare.go | 89.13% | 2 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR standardizes index naming for rows and columns across the codebase to
rowIdx
andcolIdx
.Resolves https://github.com/celestiaorg/rsmt2d/issues/314