We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5285862 commit 3a145fbCopy full SHA for 3a145fb
coverage.sh
@@ -17,10 +17,10 @@ testtarget="ci.slnf"
17
fi
18
19
dotnet build $testtarget --configuration Release
20
-dotnet test $testtarget --configuration Release --no-build --no-restore --framework net9.0 --collect:"XPlat Code Coverage"
+dotnet test $testtarget --configuration Release --no-build --no-restore --framework net9.0 --collect:"XPlat Code Coverage;Format=opencover"
21
22
reportgenerator \
23
- -reports:tests/**/coverage.cobertura.xml \
+ -reports:tests/**/coverage.opencover.xml \
24
-targetdir:TestResults \
25
-reporttypes:"Html;Badges;MarkdownSummaryGithub" \
26
-assemblyfilters:-*Tests*
0 commit comments