You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Error while parsing LCOV report: can't save DA data for line 3 of coverage report file (java.lang.IllegalArgumentException: Line number 0 doesn't exist in file file1.rs).");
130
+
"Error while parsing LCOV report: can't save DA data for line 3 of coverage report file (Line number 0 doesn't exist in file file1.rs).");
131
131
132
132
assertThat(logTester.logs()).contains(
133
-
"Error while parsing LCOV report: can't save BRDA data for line 8 of coverage report file (java.lang.IllegalArgumentException: Line number 102 doesn't exist in file file1.rs).");
133
+
"Error while parsing LCOV report: can't save BRDA data for line 8 of coverage report file (Line number 102 doesn't exist in file file1.rs).");
.contains("Error while parsing LCOV report: can't save DA data for line 3 of coverage report file (java.lang.NumberFormatException: For input string: \"1.\").");
171
+
.contains("Error while parsing LCOV report: can't save DA data for line 3 of coverage report file (For input string: \"1.\").");
0 commit comments