Yes we do: https://commons.apache.org/proper/commons-io/cobertura/index.html
So let's not mess up our tests. WDYT? Gary On Thu, Nov 10, 2016 at 9:09 AM, Gary Gregory <[email protected]> wrote: > Wait a sec, what about IO-161? Maybe you need a profile for coveralls > usage. We have code coverage already right? > > Gary > > On Nov 10, 2016 8:59 AM, <[email protected]> wrote: > >> Repository: commons-io >> Updated Branches: >> refs/heads/master 30e5713a9 -> 676401d29 >> >> >> remove argLine -Xmx25M option from surefire plugin, in order to get >> coveralls to work >> >> >> Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo >> Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/676401d2 >> Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/676401d2 >> Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/676401d2 >> >> Branch: refs/heads/master >> Commit: 676401d298098a99f9262c26b8e084628b1e3009 >> Parents: 30e5713 >> Author: pascalschumacher <[email protected]> >> Authored: Thu Nov 10 17:59:12 2016 +0100 >> Committer: pascalschumacher <[email protected]> >> Committed: Thu Nov 10 17:59:12 2016 +0100 >> >> ---------------------------------------------------------------------- >> pom.xml | 2 -- >> 1 file changed, 2 deletions(-) >> ---------------------------------------------------------------------- >> >> >> http://git-wip-us.apache.org/repos/asf/commons-io/blob/676401d2/pom.xml >> ---------------------------------------------------------------------- >> diff --git a/pom.xml b/pom.xml >> index ecf4882..56ab030 100644 >> --- a/pom.xml >> +++ b/pom.xml >> @@ -274,8 +274,6 @@ file comparators, endian transformation classes, and >> much more. >> </classpathDependencyExcludes> >> <forkCount>1</forkCount> >> <reuseForks>false</reuseForks> >> - <!-- limit memory size see IO-161 --> >> - <argLine>-Xmx25M</argLine> >> <includes> >> <!-- Only include test classes, not test data --> >> <include>**/*Test*.class</include> >> >> -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459> JUnit in Action, Second Edition <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021> Spring Batch in Action <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
