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

google / go-jsonnet / 547
78%
master: 44%

Build:
Build:
LAST BUILD BRANCH: prepare-release
DEFAULT BRANCH: master
Ran 28 Feb 2019 11:33AM UTC
Jobs 3
Files 21
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

28 Feb 2019 11:31AM UTC coverage: 75.611% (+0.2%) from 75.388%
547

Pull #259

travis-ci

web-flow
Adaptive string representation

When adding long strings, don't copy them immediately. Instead
build long strings only when their contents are requested.

This allows to build a long string from parts, using a regular
operator+ in linear time. This lets users to worry much less
about using std.join etc.

If indexing the string is mixed with building it using operator+
the behavior can still be quadratic. We may want to address it in
a later change.
Pull Request #259: Smart strings

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

4238 of 5605 relevant lines covered (75.61%)

6450.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 547.1 28 Feb 2019 11:33AM UTC 0
75.61
Travis Job 547.1
2 547.2 28 Feb 2019 11:37AM UTC 0
72.33
Travis Job 547.2
3 547.3 28 Feb 2019 11:36AM UTC 0
75.61
Travis Job 547.3
Source Files on build 547
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #547
  • Pull Request #259
  • PR Base - master (#533)
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