Skip to content

Commit e1bc944

Browse files
author
Brendan W. McAdams
committed
Temporarily disable clover for tests due to oddities
1 parent 9efae3a commit e1bc944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ limitations under the License.
312312
<!-- The reporting targets -->
313313
<!-- ******************************************************************* -->
314314

315-
<target name="junit-reports" depends="bamboo-test">
315+
<target name="junit-reports" depends="test">
316316
<junitreport todir="${testdir}">
317317
<fileset dir="${testdir}"><include name="*/*.xml"/></fileset>
318318
<report format="noframes" todir="${testdir}"/>

0 commit comments

Comments
 (0)