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

guardian / scanamo / 344
95%

Build:
DEFAULT BRANCH: master
Ran 29 Dec 2016 09:03PM UTC
Jobs 1
Files 16
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
344

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

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/main/scala/com/gu/scanamo/DerivedDynamoFormat.scala
3
100.0
src/main/scala/com/gu/scanamo/DynamoFormat.scala
Jobs
ID Job ID Ran Files Coverage
1 344.1 29 Dec 2016 09:03PM UTC 0
93.88
Travis Job 344.1
Source Files on build 344
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #344
  • Pull Request #78
  • PR Base - master (#342)
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