Daniel Palme
Daniel Palme
@MisinformedDNA I just tried to reproduce your problem. I created a sample project with your class `LoggingHelper` to get a similar environment. For me everything works quite fast. Your log...
@MisinformedDNA Thanks for your coverage files. I just added them to my pipeline. Although all files are not available, the whole process only takes 15 seconds: ``` 2022-05-02T19:33:22: Report generation...
I'm closing this issue for now. Feel free to reopen if you still have problems or helpful information. I'm currently not able to reproduce the problem.
Will have a look at this in 2-3 weeks
Is it possible for you to share the Cobertura coverage files that you are merging? And the summary pages of the two reports would be helpful too. I would like...
@NickGraham101 Thanks for sharing those details! The problem is caused by the different file paths. I'm not sure if I can solve this problem. If several coverage files are merged,...
@NickGraham101: Thanks for sharing your files. I just took a closer look. The problem is that your classes exist at two different locations. - /azp/agent/_work/1/s/grahamandtonic/src/grahamandtonic/Controllers/Web/AppController.cs - /azp/agent/_work/1/grahamandtonic.tests.integration/tests/grahamandtonic/Controllers/Web/AppController.cs As stated above,...
I created an Angular 5 application which hosts an [angular-gantt](https://github.com/angular-gantt/angular-gantt) component (that is based on AngularJS) using the [UpgradeModule](https://angular.io/api/upgrade/static/UpgradeModule). See: https://github.com/danielpalme/NgJsGanttInAngular
> @danielpalme can report generator convert Cobertura to OpenCover? No, OpenCover is not supported as output format (only Cobertura, lcov and Clover).
[OpenCover](https://github.com/OpenCover/opencover) is no longer maintained.