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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 21 Aug 2019 08:39AM CUT
Jobs 3
Files 37
Run time 1min
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

21 Aug 2019 08:31AM CUT coverage: 78.844% (-0.08%) from 78.925%
2639

push

travis-ci

jarifibrahim
Fix boundaries on GC batch size (#987)

In the value log rewrite, the check to determine if the commit was
going to be within transaction limits is checked only if the value
would be `>` than the max count. However, the check within the
transaction is:

```
   if count >= db.opt.maxBatchCount || size >= db.opt.maxBatchSize {
        return nil, ErrTxnTooBig
    }
```

5851 of 7421 relevant lines covered (78.84%)

239708.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2639.1 21 Aug 2019 08:39AM CUT 0
78.71
Travis Job 2639.1
2 2639.2 21 Aug 2019 08:39AM CUT 0
78.81
Travis Job 2639.2
3 2639.3 21 Aug 2019 08:40AM CUT 0
78.73
Travis Job 2639.3
Source Files on build 2639
  • List 0
  • Changed 20
  • Source Changed 1
  • Coverage Changed 20
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
  • Back to Repo
  • Travis Build #2639
  • 9725af7f on github
  • Prev Build on master (#2631)
  • Next Build on master (#2648)
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