GithubHelp home page GithubHelp logo

Comments (4)

danielpalme avatar danielpalme commented on May 20, 2024

@hamidmayeli
Your issue is probably not related to the new release. I did not make any changes in that area.
To verify that, it would be great if you could share your coverage file.
You can send it privately via email: [email protected]

from reportgenerator.

hamidmayeli avatar hamidmayeli commented on May 20, 2024

@danielpalme
Thanks for your reply. I have sent you the files. Also, I notice the issue exists in v5.1.26.

from reportgenerator.

hamidmayeli avatar hamidmayeli commented on May 20, 2024

I haven't looked in details but could it be this commit 5825771?

from reportgenerator.

danielpalme avatar danielpalme commented on May 20, 2024

The class System.Text.RegularExpressions.Generated is included in the report starting with release 5.1.18.

The is related to 3364c96 which fixed #590 and #591.

Before the whole class was not present in the report. Now as it is present, you have some uncovered branches.
But I don't think that this is related to the regex.

The regex should exist in line 23.

The branches in that file however are in the following lines:

  • 71: 4 of 6 branches covered
  • 76: 1 of 2 branches covered
  • 91: 2 of 2 branches covered
  • 96: 2 of 2 branches covered
  • 99: 2 of 2 branches covered
  • 108: 2 of 2 branches covered
  • 113: 2 of 2 branches covered
  • 138: 2 of 4 branches covered
  • 153: 1 of 2 branches covered
  • 158: 1 of 2 branches covered
  • 172: 2 of 4 branches covered
  • 188: 0 of 2 branches covered
  • 204: 1 of 2 branches covered

In total that's 22 of 34 branches covered.

If you want to exclude that file from the report, you can use a filter:
E.g. -classfilters:-System.Text.RegularExpressions.Generated

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.