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

[0.2] Add badger store for Extension #112

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

flaviodsr
Copy link
Member

@flaviodsr flaviodsr commented Sep 14, 2021

Implement ExtensionStore interface using Badger as storage.

Backports: #102

Implement ExtensionStore interface using Badger as storage.

(cherry picked from commit a0b11db)
@codecov
Copy link

codecov bot commented Sep 14, 2021

Codecov Report

Merging #112 (d04c506) into release-0.2 (4fb4a0d) will decrease coverage by 0.55%.
The diff coverage is 65.47%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-0.2     #112      +/-   ##
===============================================
- Coverage        68.93%   68.38%   -0.56%     
===============================================
  Files                8        9       +1     
  Lines             1323     1575     +252     
===============================================
+ Hits               912     1077     +165     
- Misses             321      379      +58     
- Partials            90      119      +29     
Flag Coverage Δ
unittests 68.38% <65.47%> (-0.56%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/core/store/badger/extension.go 65.47% <65.47%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fb4a0d...d04c506. Read the comment docs.

@stefannica stefannica added the backport PR is a back-port of a similar PR submitted in a newer release or the development branch label Sep 14, 2021
@flaviodsr flaviodsr merged commit 3a4bd7f into fuseml:release-0.2 Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport PR is a back-port of a similar PR submitted in a newer release or the development branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants