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

protobuf-c / protobuf-c / 312
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: wasm-no-protoc-build
DEFAULT BRANCH: master
Ran 22 Apr 2016 06:22PM UTC
Jobs 1
Files 3
Run time 4min
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

pending completion
312

push

travis-ci

lipnitsk
protoc-c/c_enum_field.cc: Fix default enum values

From https://developers.google.com/protocol-buffers/docs/proto#optional:
If the default value is not specified for an optional element, a
type-specific default value is used instead: for strings, the default
value is the empty string. For bools, the default value is false. For
numeric types, the default value is zero. For enums, the default value
is the first value listed in the enum's type definition. This means care
must be taken when adding a value to the beginning of an enum value
list.

Prior to this change, protoc-c set the default enum value to 0, whether
or not 0 was the first value listed in the enum's type definition (or if
it even was listed at all).

1308 of 1441 relevant lines covered (90.77%)

300.72 hits per line

Jobs
ID Job ID Ran Files Coverage
2 312.2 (GCC_VERSION=4.8) 22 Apr 2016 06:22PM UTC 0
90.77
Travis Job 312.2
Source Files on build 312
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #312
  • 258eb7d4 on github
  • Prev Build on next (#306)
  • Next Build on next (#313)
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

© 2026 Coveralls, Inc