Skip to content
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

use custom cache store to properly implement interfaces #46

Merged
merged 4 commits into from
Aug 20, 2024

add test for util and store

bd60f1c
Select commit
Loading
Failed to load commit list.
Merged

use custom cache store to properly implement interfaces #46

add test for util and store
bd60f1c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 20, 2024 in 1s

26.54% (+0.34%) compared to e9acda2

View this Pull Request on Codecov

26.54% (+0.34%) compared to e9acda2

Details

Codecov Report

Attention: Patch coverage is 61.84211% with 29 lines in your changes missing coverage. Please review.

Project coverage is 26.54%. Comparing base (e9acda2) to head (bd60f1c).

Files Patch % Lines
indexer/store.go 69.23% 17 Missing and 3 partials ⚠️
indexer/abci.go 0.00% 8 Missing ⚠️
indexer/indexer.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   26.19%   26.54%   +0.34%     
==========================================
  Files         110      111       +1     
  Lines       11707    11766      +59     
==========================================
+ Hits         3067     3123      +56     
  Misses       8198     8198              
- Partials      442      445       +3     
Files Coverage Δ
indexer/utils.go 18.60% <100.00%> (+12.98%) ⬆️
indexer/indexer.go 0.00% <0.00%> (ø)
indexer/abci.go 0.00% <0.00%> (ø)
indexer/store.go 69.23% <69.23%> (ø)