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

mohiva / play-silhouette / 981
96%

Build:
DEFAULT BRANCH: master
Ran 15 Jun 2017 12:55PM UTC
Jobs 1
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

pending completion
981

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

Jobs
ID Job ID Ran Files Coverage
1 981.1 15 Jun 2017 12:55PM UTC 0
95.36
Travis Job 981.1
Source Files on build 981
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #981
  • 8b77d0f5 on github
  • Prev Build on master (#979)
  • Next Build on master (#983)
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