We have worked on a new version of codecover, codecover2 that works with the latest eclipse (4.10 now). I use codecover in my course of software testing and verification and we have updated codecover. More information (including the update site) can be found here: https://github.com/fmselab/codecover2
Is it possible that the any new release of CodeCover has support for ternary operator? Like Expression coverage for expressions like: a > b ? c = a : c =b ; shows whether it has evaluated to both true and false.
Hello, I wanna ask how to see the branch in XML report Code cover. I am confused...
Same problem for me ! If I use eclipse kepler it works fine. Codecover is a wonderful...
Hi ! When I run a coverage test in Eclipse framework, I encounted this error message...
Hi ! When I run a coverage test in Eclipse framework, I encounted this error message...
When I run a coverage test in Eclipse framework, I encounted this error message preventing...
I'm running CodeCover on a Windows system using the stand-alone installation through...
Someone can tell me how to run the example in create a new metric plugin for codeCover....