Coder Social home page Coder Social logo

Comments (10)

danielpalme avatar danielpalme commented on August 20, 2024 1

I just added support for dotCover.
It would be great if you you test this beta: https://www.nuget.org/packages/ReportGenerator/2.4.0-beta1

Please use /ReportType=DetailedXML for dotCover

from reportgenerator.

danielpalme avatar danielpalme commented on August 20, 2024

Thanks for your suggestion.
I will see what I can do.

from reportgenerator.

Sam13 avatar Sam13 commented on August 20, 2024

Great, thanks. According https://www.jetbrains.com/dotcover/help/dotCover__Console_Runner_Commands.html#analyse it can generate XML reports and other formats (see ReportType) parameter

from reportgenerator.

Sam13 avatar Sam13 commented on August 20, 2024

Thanks, I'll test it asap...

from reportgenerator.

danielpalme avatar danielpalme commented on August 20, 2024

Did you already test the beta release?

from reportgenerator.

JohnnyMLH avatar JohnnyMLH commented on August 20, 2024

Hi Daniel,

no, not yet.
I hope to get it done until the end of the week.

Best regards,
Joao

Von: Daniel Palme [email protected]
An: danielpalme/ReportGenerator [email protected]
Datum: 13.01.2016 22:04
Betreff: Re: [ReportGenerator] Add dotCover support (#34)

Did you already test the beta release?
?
Reply to this email directly or view it on GitHub.


ServiceXpert Gesellschaft für Service-Informationssysteme mbH
Tempowerkring 3, D - 21079 Hamburg
Sitz der Gesellschaft / Registered office: Hamburg
Registergericht / Commercial register: Hamburg, HRB 135022
Geschäftsführer / Board of Directors:

Dipl.-Wirt.-Ing. Ferdinand Stocker

from reportgenerator.

Sam13 avatar Sam13 commented on August 20, 2024

Will test at the beginning of next week, sorry for the delay...

from reportgenerator.

Sam13 avatar Sam13 commented on August 20, 2024

A first test creating a summary XML from multiple dotCover detailed XML reports worked, will do more detailed tests the next days...

<?xml version="1.0" encoding="utf-8"?>
<CoverageReport scope="Summary">
  <Summary>
    <Generatedon>18.01.2016 - 14:25:17</Generatedon>
    <Parser>MultiReportParser (6x DotCoverParser)</Parser>
    <Assemblies>35</Assemblies>
    <Classes>2260</Classes>
    <Files>2127</Files>
    <Coveredlines>123799</Coveredlines>
    <Uncoveredlines>85606</Uncoveredlines>
    <Coverablelines>209405</Coverablelines>
    <Totallines>753742</Totallines>
    <Linecoverage>59.1%</Linecoverage>
  </Summary>
...

One thing:
The branch coverage is always reported as empty string, is this intended?

<Assemblies>
    <Assembly name="Test" classes="55" coverage="90.1" coveredlines="2967" coverablelines="3293" totallines="39615" branchcoverage="" coveredbranches="0" totalbranches="0">
      <Class name="Test.Test123" coverage="77" coveredlines="57" coverablelines="74" totallines="139" branchcoverage="" coveredbranches="0" totalbranches="0" />

from reportgenerator.

Sam13 avatar Sam13 commented on August 20, 2024

Generating a HTML report from dotCover detailed XML files works as well...

from reportgenerator.

danielpalme avatar danielpalme commented on August 20, 2024

Great. Branch coverage is not available in dotCover. Therefore branchcoverage=""

from reportgenerator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.