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

google / upb / 273
72%
master: 70%

Build:
Build:
LAST BUILD BRANCH: json-any-encoding
DEFAULT BRANCH: master
Ran 01 Jul 2017 11:37PM UTC
Jobs 1
Files 64
Run time 3s
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
273

push

travis-ci

haberman
Start migrating upb_msglayout to be suitable for generated code.

This involves:

- remove upb_msglayout -> upb_msgfactory dependency.
- remove upb_msglayout -> upb_msgdef dependency (in progress).
- make upb_msglayout use a representation that can be
  statically initialized by generated code.

The goal here is that upb_msglayout becomes a kind of "descriptor
lite": it contains enough data to parser and serialize protobufs
and manipulate a upb_msg in memory, while being far smaller and
simpler than a full descriptor.  It also does not include field
names, which can be a benefit for applications that do not want
to leak field names.

Generated code can then create a upb_msglayout, and do most things
without ever needing to construct full descriptors/defs if they
don't want to.

83 of 83 new or added lines in 3 files covered. (100.0%)

6015 of 8295 relevant lines covered (72.51%)

297992.18 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
75
100.0
upb/msg.c
Jobs
ID Job ID Ran Files Coverage
7 273.7 (UPB_TRAVIS_BUILD=coverage) 01 Jul 2017 11:37PM UTC 0
72.51
Travis Job 273.7
Source Files on build 273
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #273
  • 1b9d37a0 on github
  • Next Build on gencode (#275)
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