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/patch succeeded Aug 20, 2024 in 0s

61.84% of diff hit (target 26.19%)

View this Pull Request on Codecov

61.84% of diff hit (target 26.19%)

Annotations

Check warning on line 33 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L33

Added line #L33 was not covered by tests

Check warning on line 67 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L67

Added line #L67 was not covered by tests

Check warning on line 71 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L71

Added line #L71 was not covered by tests

Check warning on line 147 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L147

Added line #L147 was not covered by tests

Check warning on line 151 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L151

Added line #L151 was not covered by tests

Check warning on line 157 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L157

Added line #L157 was not covered by tests

Check warning on line 181 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L181

Added line #L181 was not covered by tests

Check warning on line 185 in indexer/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/abci.go#L185

Added line #L185 was not covered by tests

Check warning on line 85 in indexer/indexer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/indexer.go#L85

Added line #L85 was not covered by tests

Check warning on line 28 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L28

Added line #L28 was not covered by tests

Check warning on line 54 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L52-L54

Added lines #L52 - L54 were not covered by tests

Check warning on line 72 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L70-L72

Added lines #L70 - L72 were not covered by tests

Check warning on line 83 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 96 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 109 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L108-L109

Added lines #L108 - L109 were not covered by tests

Check warning on line 118 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 122 in indexer/store.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

indexer/store.go#L121-L122

Added lines #L121 - L122 were not covered by tests