Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

combine .cov files(created by different jobs) for the same module and display them as one package #96

Open
hamaney opened this issue Mar 15, 2018 · 0 comments

Comments

@hamaney
Copy link

hamaney commented Mar 15, 2018

Windows 10
Jenkins 2.109
Cobertura 1.12

I have an issue with combining .cov from different Jenkins jobs.

Job1 (PC1) : Coverage created for module A.dll through UnitTestForA.exe Gives => UTCoverage.cov
Job2 (PC2) : Coverage created for module A.dll through FunctionalTestForA.exe Gives => FuncCoverage.cov

I fuse both coverages, UTCoverage.cov and FuncCoverage.cov, and output them as a Cobertura report.
The issue is that when I view the report it has a separate package for each job.

Is there a way that the module A.dll that was built by different jobs be reported as one package?

Note: When I change job2 to have the same name as job1 the report combines the modules correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant