Skip to content

Commit

Permalink
TS-41980 Rework
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsofia Borbely committed Feb 25, 2025
1 parent 39e37d4 commit e57a1ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public void testSmokeTest(@TempDir File tempDir) throws Exception {
new Converter(arguments).runJaCoCoReportGeneration();

String xml = FileSystemUtils.readFileUTF8(outputFile);
System.err.println(xml);
assertThat(xml).isNotEmpty().contains("<package").contains("<sourcefile").contains("<counter").contains("TestClass");
}

Check warning on line 36 in agent/src/test/java/com/teamscale/jacoco/agent/convert/ConverterTest.java

View check run for this annotation

cqse.teamscale.io / teamscale-findings

agent/src/test/java/com/teamscale/jacoco/agent/convert/ConverterTest.java#L22-L36

Clone with 2 instances of length 11 https://cqse.teamscale.io/findings/details/teamscale-jacoco-agent?t=ts%2F41980_closed_stream%3AHEAD&id=3F16550603C2C1511A69E602793F51BC

Expand All @@ -50,7 +49,6 @@ public void testNestedJar(@TempDir File tempDir) throws Exception {
new Converter(arguments).runJaCoCoReportGeneration();

String xml = FileSystemUtils.readFileUTF8(outputFile);
System.err.println(xml);
assertThat(xml).isNotEmpty().contains("<package").contains("<sourcefile").contains("<counter").contains("TestClass");
}

Check warning on line 53 in agent/src/test/java/com/teamscale/jacoco/agent/convert/ConverterTest.java

View check run for this annotation

cqse.teamscale.io / teamscale-findings

agent/src/test/java/com/teamscale/jacoco/agent/convert/ConverterTest.java#L39-L53

Clone with 2 instances of length 11 https://cqse.teamscale.io/findings/details/teamscale-jacoco-agent?t=ts%2F41980_closed_stream%3AHEAD&id=CAFA72622EB24C52884A0D584A220B55

Expand Down

0 comments on commit e57a1ff

Please sign in to comment.