Report Coverage for Razor Components with BUnit Tests #738
Unanswered
chrisatjacobs
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I'm not familiar with BUnit. But maybe someone else can help. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm asking to see if anyone was able to get BUnit Test coverage to be calculated via opencoverage or cobertura?
dotnet test -c Release -l trx --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
reportgenerator -reports:".\**\TestResults\**\coverage.opencover.xml" -targetdir:"coverage" -reporttypes:Html
Thanks in advance! :)
Beta Was this translation helpful? Give feedback.
All reactions