Closed cce closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.39%. Comparing base (
249016c
) to head (cf7bbd7
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
I noticed linting isn't enabled for tests in the indexer repo, like it is in go-algorand, and think it would help catch issues with tests if it were. Enabled linting for tests in this PR and fixed the lint warnings.
Test Plan
Existing tests should pass and introduce new assertions (like previously unchecked errors)