-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Latest release 5.4.0 does not exclude files where it did before this version #707
Labels
Comments
Same here. With the latest version
|
I will have a look as soon as possible. |
Release 5.4.1 is now available. It should fix the problem. |
Thank you for quick fix |
Very quick indeed! Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
We have been excluding generated function app (C#) code from the test coverage results successfully until the latest version 5.4.0 which states it actually fixes that but seems to break it.
To Reproduce
We call the report generator tool in a DevOps pipeline using the following script
The relevant part is the filefilters excluding "*.g.cs".
Since this morning the reported coverage in our pipelines dropped with about 7%.
Tested using version 5.3.11 explicitly (previous version) and the coverage went back to what it was yesterday (so +7%).
From the documentation I do not see a change in how I should pass in the excluded files with a wildcard, so this feels like a regression to me.
The text was updated successfully, but these errors were encountered: