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

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

Build:
Build:
LAST BUILD BRANCH: prepare-release
DEFAULT BRANCH: master
Ran 28 Feb 2019 11:32AM UTC
Jobs 3
Files 21
Run time 3min
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:29AM UTC coverage: 75.586% (+0.2%) from 75.388%
546

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

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

4226 of 5591 relevant lines covered (75.59%)

6465.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 546.1 28 Feb 2019 11:32AM UTC 0
75.61
Travis Job 546.1
2 546.2 28 Feb 2019 11:35AM UTC 0
72.33
Travis Job 546.2
3 546.3 28 Feb 2019 11:35AM UTC 0
75.61
Travis Job 546.3
Source Files on build 546
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #546
  • 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