You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: