• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dgraph-io / badger
61%
main: 61%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Repo Added 06 Sep 2017 02:27AM UTC
Files 60
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1847
  • BaseTableSize
  • DocSavage-patch-1
  • FixDiscardStatsTest
  • FixPagebufferReader5
  • FixTestTableChecksum
  • HandleDrainingClosedChannel
  • add-kvs-to-projects
  • add-raft-badger
  • aman/b1962
  • aman/bug
  • aman/changelog
  • aman/cleanup
  • aman/cobra
  • aman/copy-levels
  • aman/incr
  • aman/memtable-flush
  • aman/options
  • aman/readme
  • aman/sw
  • aman/xxhash
  • ashish/block-todos
  • ashish/read-bench
  • ashish/restore-backward-compatibility
  • ashish/test
  • ashish/write-batch
  • balaji/block_cache
  • balaji/iterator_improvement
  • balaji/less_allocation
  • balaji/preallocate
  • balaji/skl
  • balaji/vlog_reservation
  • blob-file-dev
  • danielmai/badger-info-encryption
  • dependabot/github_actions/actions-c4cc0bb5e9
  • dependabot/github_actions/actions-eb8e6b6abe
  • dependabot/go_modules/github.com/google/flatbuffers-25.1.21incompatible
  • dependabot/go_modules/golang.org/x/net-0.17.0
  • dependabot/go_modules/golang.org/x/net-0.7.0
  • dependabot/go_modules/google.golang.org/grpc-1.53.0
  • dependabot/go_modules/google.golang.org/grpc-1.56.3
  • dependabot/go_modules/minor-30156bc351
  • dependabot/go_modules/minor-488e2ced27
  • dependabot/go_modules/minor-a5f5b6c3d8
  • dependabot/go_modules/minor-a9d478d73a
  • dependabot/go_modules/minor-fc64fe0c16
  • dependabot/go_modules/minor-fc70d95b2e
  • dependabot/go_modules/patch-0d4070c49e
  • dependabot/go_modules/patch-4420b032d8
  • dependabot/go_modules/patch-72d36b26f7
  • dependabot/go_modules/patch-783ae256c7
  • dependabot/go_modules/patch-7c4ea53971
  • dev
  • devcontainer
  • encryption
  • feat_protobuf
  • fix-empty-tx-bug
  • fix-kr-right
  • fix-level-handler-zero-version
  • fix-no-compression-table-cache
  • fix-options
  • fix-test
  • fix-wasm
  • fixPageBufferReaderTry2
  • fredcarle/fix/ref-decrease-on-close
  • gitlw/loading_kv_list
  • harshil/backup_size_fix
  • harshil/change_metric_name
  • harshil/close_memtable
  • harshil/fix-metricas
  • harshil/unit_test_compaction_1
  • ibrahim/badger-warning-logs
  • ioutil
  • issue-1923
  • joshua/add-dgraph-workflow
  • joshua/badger-ci-patch
  • joshua/badger-deadlock
  • joshua/ghost-jobs
  • joshua/readme
  • joshua/release/v4-cl
  • joshua/rfr
  • joshua/security
  • joshua/security-scanning
  • joshua/testing
  • joshua/token
  • joshua/v4.1.0
  • kevin/close_memtable_wal
  • kevin/fix-comments
  • locker
  • main
  • main-deprecated
  • optimize-allocations-in-compactor
  • oscs_fix_ci00kq0au51qt1nt0it0
  • patch-1
  • pkg-import
  • pub-after-wal
  • qmd12/fix-staticcheck-errors
  • readme-add-projects-1
  • release/v3.2103
  • release/v4
  • release/v4.0
  • renovate/configure
  • rft-ci-cd-optimization
  • rft-ci-update
  • rft-codeowners
  • sentinel-errors
  • siddhant/upgrade-compress2
  • siddhant_jain/rollup_test
  • subscribe-async
  • typo
  • unsupported_manifest_url
  • update-ristretto

02 Dec 2023 05:40AM UTC coverage: 61.083% (-8.6%) from 69.719%
7068373254

push

web-flow
Merge 259ddf68a into fb1b00959

8722 of 14279 relevant lines covered (61.08%)

469004.32 hits per line

Relevant lines Covered
Build:
Build:
14279 RELEVANT LINES 8722 COVERED LINES
469004.32 HITS PER LINE
Source Files on master
  • Tree
  • List 56
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
7068373254 master Merge 259ddf68a into fb1b00959 push 02 Dec 2023 05:51AM UTC web-flow
61.08
3715490605 master Merge branch 'main' into master Pull #1837 16 Dec 2022 06:28PM UTC GitHub
60.79
3671394941 master chore(tests): unbreak tests on Windows (#1775) Pull #1837 12 Dec 2022 12:21AM UTC GitHub
41.18
3769 master Fix ValueThreshold for in-memory mode (#1235) This commit increases the ValueThreshold for in-memory mode. The existing threshold was of 1 MB which means badger would crash if len(value) was greater than 1 MB. This commit sets the value thresho... push 03 Mar 2020 08:12AM UTC web-flow travis-ci
69.72
3743 master Initialize vlog before starting compactions in db.Open (#1226) If compaction is started before opening vlog, badger might crash with nil pointer error when trying to push discard stats at the end of compactions because discard stats are initial... push 27 Feb 2020 05:47PM UTC web-flow travis-ci
69.82
3739 master Update CHANGELOG for Badger 2.0.2 release. (#1230) Co-authored-by: Ibrahim Jarif <ibrahim@dgraph.io> push 26 Feb 2020 06:24PM UTC web-flow travis-ci
69.8
3726 master Fix int overflow for 32bit (#1216) - Fix tests for 32 bit systems - Enable 32-bit builds on Travis push 24 Feb 2020 01:26PM UTC web-flow travis-ci
69.78
3723 master Remove ExampleDB_Subscribe Test (#1214) The test ExampleDB_Subscribe doesn't run reliably on appveyor. This commit removes it. push 24 Feb 2020 12:20PM UTC web-flow travis-ci
69.65
3691 master Replace t.Fatal with require.NoError in tests (#1213) We are using the following pattern in tests that can be replaced with `require.NoError(t, err)`. ```go if err != nil { t.Fatal(err) } ``` push 10 Feb 2020 02:37PM UTC web-flow travis-ci
69.74
3666 master Fix flaky TestPageBufferReader2 test (#1210) Fixes https://github.com/dgraph-io/badger/issues/1197 The `TestPageBufferReader2` test would fail often because of an `off-by-1` issue. The problem can be reproduced by setting `randOffset` to the... push 05 Feb 2020 10:12AM UTC web-flow travis-ci
69.78
See All Builds (11814)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc