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

mohiva / play-silhouette / 981 / 1
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 15 Jun 2017 12:55PM UTC
Files 67
Run time 3s
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

15 Jun 2017 12:47PM UTC coverage: 95.358%. Remained the same
981.1

push

travis-ci

akkie
Providing default for copy leads to emptying out of parameters, so removing these. (#517)

Here is a simple program to understand this behavior in scala:

case class Foo(p1: String, p2: String) {}
class Bar(p1: String, p2: String) extends Foo(p1, p2) {
  override def copy(arg1: String = "", arg2: String = ""): Foo = { Foo(arg1, arg2) }
}
val x = new Bar("hello", "world")
val y: Foo = x
val z = y.copy(p2 = "blah")

Now z is Foo(,blah) instead of Foo("hello", "blah")

1253 of 1314 relevant lines covered (95.36%)

0.95 hits per line

Source Files on job 981.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 981
  • Travis Job 981.1
  • 8b77d0f5 on github
  • Prev Job for on master (#979.1)
  • Next Job for on master (#983.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