I think this might be something to ask on the cobertura mailing list
rather than here. I used to have cobertura problems but they were gone
after switching back to version 2.0 instead of 2.1
add this to your <build><plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.0</version><!-- version 2.1 is
broken? -->
<executions>
<execution>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
On Nov 12, 2007 5:02 PM, mav007ar <[EMAIL PROTECTED]> wrote:
>
> Yes, by example, there are some classes that have 98% of line coverage and
> cobertura switch between this results and 2%
> Thanks
>
>
>
> Francis De Brabandere-2 wrote:
> >
> > could you give some more details about 'wrong results'?
> >
> > On Nov 12, 2007 4:45 PM, Martin Alejandro Villalobos
> > <[EMAIL PROTECTED]> wrote:
> >> Hello, I'm having a problem
> >> I'm executing Continuum with a lot of projects including submodules.
> >> CI is executing clean install site site:deploy , including cobertura in
> >> these reports.
> >> The trouble is that Cobertura give wrong results one time and right in
> >> the next execution , and so on.
> >> Some knows wich is the problem.
> >>
> >> Thanks .
> >>
> >> Regards,
> >>
> >> Martin.
> >>
> >>
> >
> >
> >
> > --
> > http://www.somatik.be
> > Microsoft gives you windows, Linux gives you the whole house.
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Cobertura-give-me-a-wrong-result-and-the-next-execution-is-right-tf4791862.html#a13708174
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>
--
http://www.somatik.be
Microsoft gives you windows, Linux gives you the whole house.