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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 22 Aug 2019 07:54AM CUT
Jobs 3
Files 36
Run time 2min
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

22 Aug 2019 07:47AM CUT coverage: 78.948% (+0.1%) from 78.844%
2648

push

travis-ci

jarifibrahim
Use standard proto functions for Marshal/Unmarshal and Size (#994)

Some of the code interacting with protobufs was calling functions
emitted by the proto compiler directly on the protobuf structs;
`proto_obj.Marshal`, `proto_obj.Unmarshal`, `proto_obj.Size`.

These functions are no longer emitted by the upstream protobuf
compiler, only by gogo/protobuf.
Users who don't use the pregenerated `pb.pb.go`, but instead
recompile the proto files using the upstream compiler will encounter
compilations failures.  (I hit this because that's the default mode
for importing go projects using bazel and gazelle).

These commits change any code that was using these functions to use
the standard proto library functions: `proto.Marshal`,
`proto.Unmarshal`, and `proto.Size`.

These changes shouldn't cause any performance effects --- the
implementations of each of these functions call out, directly or
indirectly, to the directly-attached functions, if they exist.

13 of 13 new or added lines in 5 files covered. (100.0%)

5854 of 7415 relevant lines covered (78.95%)

240751.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2648.1 22 Aug 2019 07:54AM CUT 0
78.58
Travis Job 2648.1
2 2648.2 22 Aug 2019 07:55AM CUT 0
78.88
Travis Job 2648.2
3 2648.3 22 Aug 2019 07:56AM CUT 0
78.75
Travis Job 2648.3
Source Files on build 2648
  • List 0
  • Changed 22
  • Source Changed 5
  • Coverage Changed 22
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #2648
  • bd6cd591 on github
  • Prev Build on master (#2639)
  • Next Build on master (#2651)
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