Changeset 13096 in josm


Ignore:
Timestamp:
2017-11-07T00:03:11+01:00 (6 years ago)
Author:
Don-vip
Message:

see #15560 - add additionalCoverage optional build parameter to record coverage of classes outside of JOSM (to cover JDK EA classes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r13073 r13096  
    455455        <sequential>
    456456            <echo message="Running @{testfamily}@{testITsuffix} tests with JUnit"/>
    457             <jacoco:coverage destfile="${test.dir}/jacoco@{testITsuffix}.exec" enabled="@{coverage}" includes="org.openstreetmap.josm.*">
     457            <jacoco:coverage destfile="${test.dir}/jacoco@{testITsuffix}.exec" enabled="@{coverage}" includes="org.openstreetmap.josm.*${additionalCoverage}">
    458458                <junit printsummary="yes" fork="true" forkmode="once">
    459459                    <jvmarg value="-Dfile.encoding=UTF-8"/>
Note: See TracChangeset for help on using the changeset viewer.