Skip to content

Commit 89e09f0

Browse files
committed
add a test for 2.13
1 parent 3f8e297 commit 89e09f0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/functionalTest/java/org.scoverage/ScalaSingleModuleTest.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,15 @@ public void reportScoverageUnder2_11() throws Exception {
142142
assertReportFilesExist();
143143
}
144144

145+
@Test
146+
public void reportScoverageUnder2_13() throws Exception {
147+
run("clean", ScoveragePlugin.getREPORT_NAME(),
148+
"-PscalaVersionMinor=13",
149+
"-PscalaVersionBuild=0",
150+
"-Pscoverage.scoverageScalaVersion=2_13");
151+
assertReportFilesExist();
152+
}
153+
145154
private void assertReportFilesExist() {
146155

147156
Assert.assertTrue(resolve(reportDir(), "index.html").exists());

0 commit comments

Comments
 (0)