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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 04 Jun 2019 08:16AM CUT
Jobs 4
Files 33
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

04 Jun 2019 08:08AM CUT coverage: 79.787% (+0.1%) from 79.649%
2148

push

travis-ci

web-flow
Merge function should process items in order (#841)

With this commit, merge operator processes the items in the order of 
which they were inserted. Earlier it would be processed by the merge 
function in reverse order.

For instance, if `A` , `B`, `C` were inserted, and merge function was
simple `append` operation, they would be passed to the merge function 
as
```
mergeFunc(C, B) => result CB
mergeFunc(CB, A) => result CBA
```

With this change, they're passed to the merge function as
```
mergeFunc(B, C) => result BC
mergeFunc(A, BC) => result ABC
```

5554 of 6961 relevant lines covered (79.79%)

1259699.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2148.1 04 Jun 2019 08:16AM CUT 0
79.43
Travis Job 2148.1
2 2148.2 04 Jun 2019 08:17AM CUT 0
79.87
Travis Job 2148.2
3 2148.3 04 Jun 2019 08:16AM CUT 0
79.44
Travis Job 2148.3
4 2148.4 04 Jun 2019 08:17AM CUT 0
79.59
Travis Job 2148.4
Source Files on build 2148
  • List 0
  • Changed 23
  • Source Changed 1
  • 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 #2148
  • 18f8a331 on github
  • Prev Build on master (#2140)
  • Next Build on master (#2152)
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