We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8e297 commit 89e09f0Copy full SHA for 89e09f0
src/functionalTest/java/org.scoverage/ScalaSingleModuleTest.java
@@ -142,6 +142,15 @@ public void reportScoverageUnder2_11() throws Exception {
142
assertReportFilesExist();
143
}
144
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
+
154
private void assertReportFilesExist() {
155
156
Assert.assertTrue(resolve(reportDir(), "index.html").exists());
0 commit comments