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

PennockTech / tabular / 35 / 1
78%
main: 77%

Build:
Build:
LAST BUILD BRANCH: pdp/zizmor
DEFAULT BRANCH: main
Ran 04 May 2018 11:54PM UTC
Files 26
Run time 1s
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 May 2018 11:53PM UTC coverage: 76.236% (-0.2%) from 76.411%
UPLOAD_COVERAGE=true

push

travis-ci

philpennock
JSON: handle structs which only have a String() method

JSON:
* Change cell JSONification:
  + Our API only requires a `String()` method on objects, not
    `MarshalText()` or `MarshalJSON()`; thus when an object in a cell is
    a struct, using `json.Marshal()` would result in `{}` if no exported
    fields, or something else when there are exported fields.
  + Calling `.String()` to get a fallback first also has the side-effect
    of updating any caching for derived values, so is a win.
  + Explicitly handle `{}` to signal falling back to the stringified
    form.  Do not handle other variants.
  + Updated docs a little; note that in a future API revision we might
    choose to prefer `MarshalText()` to `String()`
* Fix column identity error reporting

1126 of 1477 relevant lines covered (76.24%)

109.31 hits per line

Source Files on job 35.1 (UPLOAD_COVERAGE=true)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6
  • Travis Job 35.1
  • a1eab848 on github
  • Prev Job for UPLOAD_COVERAGE=true on master (#31.1)
  • Next Job for UPLOAD_COVERAGE=true on master (#40.1)
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