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

PennockTech / tabular / 35
78%
main: 77%

Build:
Build:
LAST BUILD BRANCH: pdp/zizmor
DEFAULT BRANCH: main
Ran 04 May 2018 11:54PM UTC
Jobs 1
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

pending completion
35

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

11 of 11 new or added lines in 1 file covered. (100.0%)

1126 of 1477 relevant lines covered (76.24%)

109.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35.1 (UPLOAD_COVERAGE=true) 04 May 2018 11:54PM UTC 0
76.24
Travis Job 35.1
Source Files on build 35
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #35
  • a1eab848 on github
  • Prev Build on master (#31)
  • Next Build on master (#40)
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