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

guardian / scanamo / 344 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 29 Dec 2016 09:03PM UTC
Files 16
Run time 0s
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

29 Dec 2016 08:59PM UTC coverage: 93.882% (-0.3%) from 94.156%
344.1

Pull #78

travis-ci

web-flow
Support derivation of coproducts

Coproducts are encoded as a map with one field, whose key is the type hint.

e.g. given

```
sealed trait Animal
case class Cat(name: String, legs: Int) extends Animal

val cat = Cat("Eric", 4)
```

`cat` would be encoded in Dynamo as (using pseudo-jsony syntax)
`{ "Cat": { "name": "Eric", "legs": 4 } }`
Pull Request #78: Support derivation of coproducts

445 of 474 relevant lines covered (93.88%)

0.94 hits per line

Source Files on job 344.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 344
  • Travis Job 344.1
  • 401a7d74 on github
  • Prev Job for on master (#342.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