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

✨ Reimplement lock with badger #358

Merged
merged 1 commit into from
Apr 30, 2024

:sparkles: Reimplement lock with badger

3c0b686
Select commit
Loading
Failed to load commit list.
Merged

✨ Reimplement lock with badger #358

:sparkles: Reimplement lock with badger
3c0b686
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 30, 2024 in 1s

57.34% of diff hit (target 25.52%)

View this Pull Request on Codecov

57.34% of diff hit (target 25.52%)

Annotations

Check warning on line 68 in pkg/configs/default.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/configs/default.go#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 40 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 45 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 73 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 78 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L78

Added line #L78 was not covered by tests

Check warning on line 121 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L121

Added line #L121 was not covered by tests

Check warning on line 127 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L127

Added line #L127 was not covered by tests

Check warning on line 132 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L132

Added line #L132 was not covered by tests

Check warning on line 139 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L139

Added line #L139 was not covered by tests

Check warning on line 144 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L144

Added line #L144 was not covered by tests

Check warning on line 216 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L215-L216

Added lines #L215 - L216 were not covered by tests

Check warning on line 224 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L224

Added line #L224 was not covered by tests

Check warning on line 229 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L229

Added line #L229 was not covered by tests

Check warning on line 236 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L235-L236

Added lines #L235 - L236 were not covered by tests

Check warning on line 240 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L240

Added line #L240 was not covered by tests

Check warning on line 264 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L260-L264

Added lines #L260 - L264 were not covered by tests

Check warning on line 271 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L271

Added line #L271 was not covered by tests

Check warning on line 276 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L276

Added line #L276 was not covered by tests

Check warning on line 280 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L279-L280

Added lines #L279 - L280 were not covered by tests

Check warning on line 283 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L283

Added line #L283 was not covered by tests

Check warning on line 288 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L287-L288

Added lines #L287 - L288 were not covered by tests

Check warning on line 298 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L297-L298

Added lines #L297 - L298 were not covered by tests

Check warning on line 302 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L301-L302

Added lines #L301 - L302 were not covered by tests

Check warning on line 306 in pkg/modules/locker/database/database.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/modules/locker/database/database.go#L305-L306

Added lines #L305 - L306 were not covered by tests