Skip to content

Commit

Permalink
Don’t delete java coverage
Browse files Browse the repository at this point in the history
At this point, we already executed code for which we want to track coverage, for instance the unit tests.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Feb 11, 2018
1 parent 4ebced1 commit 0611fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
<target name="som-tests" depends="compile">
<!-- delete old coverage data, this should be the first task generating coverage data -->
<delete file="all.gcov" />
<delete file="jacoco.exec" />

<exec executable="./som" failonerror="true">
<arg value="--coverage" />
Expand Down

0 comments on commit 0611fdb

Please # to comment.