Toward Scala 2.13, scoverage 1.6.0, Scalatest 3.1.0. Scalajs 0.6.31
Showing 2 of 12 files from the diff.
Other files ignored by Codecov
project/plugins.sbt
has changed.
build.sbt
has changed.
project/build.properties
has changed.
.travis.yml
has changed.
@@ -29,4 +29,11 @@
Loading
29 | 29 | if (a >= 0 || m == 0) m |
|
30 | 30 | else b + m |
|
31 | 31 | } |
|
32 | + | ||
33 | + | /** Backward compatibility with 2.12. Deprecated in 2.13 */ |
|
34 | + | object Ordering { |
|
35 | + | object Double { |
|
36 | + | def compare(x1: Double, x2: Double): Int = if (x1 < x2) -1 else if (x1 > x2) 1 else 0 |
|
37 | + | } |
|
38 | + | } |
|
32 | 39 | } |
Files | Coverage |
---|---|
cats/shared/src/main/scala/dtc/cats | 0.00% |
core | 84.42% |
examples/shared/src/main/scala/dtc/examples | 0.00% |
laws/shared/src/main/scala/dtc/laws | 98.36% |
moment/src/main/scala/dtc | 81.50% |
Project Totals (39 files) | 77.94% |
211.3
openjdk11= TRAVIS_OS_NAME=linux
211.1
TRAVIS_OS_NAME=linux openjdk8=
211.4
openjdk11= TRAVIS_OS_NAME=linux
211.2
TRAVIS_OS_NAME=linux openjdk8=
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.