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

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

Build:
Build:
LAST BUILD BRANCH: prepare-release
DEFAULT BRANCH: master
Ran 04 Jan 2020 10:19PM UTC
Jobs 3
Files 66
Run time 1439min
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

04 Jan 2020 10:18PM UTC coverage: 78.075% (+0.05%) from 78.026%
762

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

14208 of 18198 relevant lines covered (78.07%)

8992.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 762.1 04 Jan 2020 10:19PM UTC 0
78.07
Travis Job 762.1
2 762.2 04 Jan 2020 10:19PM UTC 0
78.07
Travis Job 762.2
3 762.3 04 Jan 2020 10:22PM UTC 0
78.07
Travis Job 762.3
Source Files on build 762
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #762
  • Pull Request #259
  • PR Base - master (#760)
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