Replies: 1 comment 3 replies
-
|
Example of described behavior here - https://github.com/CAPCHIK/TUnitBugExample/actions/runs/22611857290/job/65515816774 Workflow runs on |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
After upgrading from
1.17.36to1.18.0code coverage percents grows to 100%.In real that's not a good work, but silent error in TUnit coverage works. In version
1.17.36coverage works OK in dotnet sdk container without libxml2.But after updating to
1.18.0code coverage always generated asI found reason of that behavior after try to use
dotnet-coverage collect 'dotnet run'instead ofdotnet run --coverage.dotnet-coverageprints next message:I don't know, where information of libxml2 should be placed, but now GitLab CI example will not collect code coverage on clean base image
mcr.microsoft.com/dotnet/sdk:9.0Beta Was this translation helpful? Give feedback.
All reactions