File tree 2 files changed +9
-1
lines changed
crossScalaVersionTest/java/org/scoverage
functionalTest/java/org/scoverage
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
package org .scoverage ;
2
2
3
+ import org .junit .Ignore ;
4
+
5
+ /**
6
+ * Tests is currently ignored as support for Scala 2.13 is not available yet.
7
+ *
8
+ * @see <a href="https://github.com/scoverage/gradle-scoverage/issues/106">Issue #106</a>.
9
+ */
10
+ @ Ignore
3
11
public class Scala213Test extends ScalaVersionTest {
4
12
public Scala213Test () {
5
13
super ("2_13" );
Original file line number Diff line number Diff line change 10
10
/**
11
11
* Tests are currently ignored as composite builds are not supported yet.
12
12
*
13
- * See https://github.com/scoverage/gradle-scoverage/issues/98
13
+ * @see <a href=" https://github.com/scoverage/gradle-scoverage/issues/98">Issue #94</a>.
14
14
*/
15
15
public class CompositeBuildTest extends ScoverageFunctionalTest {
16
16
You can’t perform that action at this time.
0 commit comments