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

google / upb / 273 / 7
72%
master: 70%

Build:
Build:
LAST BUILD BRANCH: json-any-encoding
DEFAULT BRANCH: master
Ran 01 Jul 2017 11:37PM UTC
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

01 Jul 2017 11:28PM UTC coverage: 72.514%. First build
UPB_TRAVIS_BUILD=coverage

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.

6015 of 8295 relevant lines covered (72.51%)

297992.18 hits per line

Source Files on job 273.7 (UPB_TRAVIS_BUILD=coverage)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 273
  • Travis Job 273.7
  • 1b9d37a0 on github
  • Next Job for UPB_TRAVIS_BUILD=coverage on gencode (#275.7)
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