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

dgraph-io / badger / 2759
61%
main: 61%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 11 Sep 2019 11:34AM CUT
Jobs 2
Files 37
Run time 20s
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

11 Sep 2019 11:24AM CUT coverage: 78.888% (+0.04%) from 78.851%
2759

push

travis-ci

web-flow
 Implement  PageBuffer (#996)

PageBuffer can be an alternative for bytes.Buffer. PageBuffer consists of many
pages(fixed size []byte). It starts by writing to the first (empty) page. When it is full,
it allocates next page with double the size of the current page. It does not copy 
content from the current page(as done in bytes.Buffer) and appends it to its 
collection of pages.
It also satisfies writer interface. A reader can be used to read data from it.

6001 of 7607 relevant lines covered (78.89%)

160881.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2759.1 11 Sep 2019 11:34AM CUT 0
78.81
Travis Job 2759.1
2 2759.2 11 Sep 2019 11:34AM CUT 0
78.71
Travis Job 2759.2
Source Files on build 2759
  • List 0
  • Changed 23
  • Source Changed 2
  • Coverage Changed 23
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #2759
  • 86a77bb2 on github
  • Prev Build on master (#2756)
  • Next Build on master (#2782)
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