Skip to content

Commit 69bb994

Browse files
committed
Ignore the functional test for Scala 2.13 until it is supported (#106)
1 parent 2df5448 commit 69bb994

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: src/crossScalaVersionTest/java/org/scoverage/Scala213Test.java

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
package org.scoverage;
22

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
311
public class Scala213Test extends ScalaVersionTest {
412
public Scala213Test() {
513
super("2_13");

Diff for: src/functionalTest/java/org/scoverage/CompositeBuildTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Tests are currently ignored as composite builds are not supported yet.
1212
*
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>.
1414
*/
1515
public class CompositeBuildTest extends ScoverageFunctionalTest {
1616

0 commit comments

Comments
 (0)