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

samsarahq / thunder / 1770
66%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2019 12:57AM UTC
Jobs 1
Files 48
Run time 4s
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

16 Jul 2019 12:55AM UTC coverage: 63.492% (+0.02%) from 63.477%
1770

push

travis-ci

willhug
go diff: Fix long-standing diffing bug

Summary: Noticed and brought up by Edwin last week. This bug has existed
for a long time.  The way it would manifest, is that when a field would
get replaced with a "Nil" value in the execution graph, instead of
diffing the value and returning "nil" as the new value, we were using
the result of a failed cast `newVal, ok :=
val.(map[string]interface{})`.
The `newVal` would be an empty map (instead of the "nil" value we really
wanted).  This would lead to weird behavior, where, on an update,
instead of returning a nil value for something like current driver, we'd
return an empty object instead.

4233 of 6667 relevant lines covered (63.49%)

15181.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1770.1 16 Jul 2019 12:57AM UTC 0
63.49
Travis Job 1770.1
Source Files on build 1770
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1770
  • 1a5e1537 on github
  • Prev Build on master (#1767)
  • Next Build on master (#1793)
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