You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I want to be able to use the packages, components and subcomponents from other projects to constitute the packages for my project. Is this possible?
I use eclipse .After run with clover junit test, Cov% is 0 displayed in coverage explorer and test results is 0 / 0 in clover dashboard.This problem has been bothering me for a long time, as shown in...
After run with clover junit test, Cov% is 0 displayed in coverage explorer and test results is 0 / 0 in clover dashboard.
after run junit test case, but cov% all are zero,why???
Hello community, The clover lib version 4.1.1 uses jquery-1.8.3.min.js component which is known to have vulnerability https://cwe.mitre.org/data/definitions/79.html and link: https://nvd.nist.gov/...
For a source file, and all its statements, I want to know which tests covered which lines. I was not able to collect this information in the XML file. Now I am trying to read from the clover database...
Background I am using OpenClover (4.4.1.v20191011233139) with Eclipse 2021-09 (4.21.0) on Windows 11 version 21H2. What I did * I have installed OpenClover according to the instructions in:&nbs...
...bsp; <includesTestSourceRoots> false </includesTestSourceRoots> <includesAllSourceRoots> true </includesAllSourceRoots> </c...
Hi, I tried covering a class that's being tested and I only got to 99% despite everything being highlighted green. I got some gray highlighted code bits which I think might be the reason I'm not reac...
can clover provide a recursive coverage ?? till now i saw that it gives coverage of only classes at root but not add subfolder coverage in it. is there a setting i am missing here?? using gradle to b...
I have a multi-module maven project. My system works like all the deployable jars/wars gets created inside a "deploy" folder, and we directly deploy all theses jars directly from "deploy" folder to a...
I am working on a customized application to parse through the clover.xml report. Just wondering if anybody knows which is the correct formula to get the Classes and Traits &n...
...clover.initstring=C:\APPS-FOLDER\target\clover\cloverMerge.db -Dclover.server=true Deployed the instrumented war file and While restarting the tomcat service and hitting URL as a sample i...
Hello My team and i are new to clover and we are facing a problem. We are getting warnings that the clover coverage analysis can not find any .java class in the workspace directory of our jenkins d...
Hi All, I was able to generate clover HTML report for 5 test cases run on an instrumented source. Now, the HTML report shows 80% covered for a source file. The report also gives a way for me to sele...
I would like to query our deployment logs to scan for certain warning messages, and was wondering if it's possible to do this using REST API? I've worked through https://docs.atlassian.com/atla...
I was able to generate a report with per-test mapping for my functional tests, but the snapshot printer does not reflect this mapping. Am referring to https://community.atlassian.com/t5/Clover-...
I'm using powermock to mock some static methods inside one of the project and I decided to use clover as the code coverage reporting tools since it seems that it can be compatible with the instrument...
...t; <activation> <activeByDefault> true </activeByDefault> </activation> <modules> <module> B </module> <module> A &l...
I would like to search across our Spaces but turn it into a report, i can use the 'show my tasks' report but they are not all tasks. has anyone been able to do this?
I have a method in a class: public boolean tryFile () throws IOException { File file = File . createTempFile ( "test" , "dat" ); file . del...
I have a class: public class Branches { public double justOneIf ( int a ) { double result ; if ( a > 0 ) { result = 1.0d...
Hi. I need any suggestions about how I can debug next issue: After applying instrumentalization and running e2e tests, we try to generate coverage. But every time clover shows some magic date ...
Hi. I need any suggestions about how I can debug next issue: After applying instrumentalization and running e2e tests, we try to generate coverage. But every time clover shows some magic date ...
...t; generateHtml > true </ generateHtml > < jdk > 1.8 </ jdk > < includesTestSourceRoots > false </ i...
Subject | Author | Posted |
---|---|---|
12-20-2022 11:44 AM | ||
04-05-2022 02:09 AM | ||
03-30-2022 09:30 AM | ||
01-28-2022 03:35 PM | ||
01-18-2022 02:08 PM |