René's URL Explorer Experiment


Title: [BUG] Missing Coverage after moving to MTP · Issue #1843 · coverlet-coverage/coverlet · GitHub

Open Graph Title: [BUG] Missing Coverage after moving to MTP · Issue #1843 · coverlet-coverage/coverlet

X Title: [BUG] Missing Coverage after moving to MTP · Issue #1843 · coverlet-coverage/coverlet

Description: Describe the bug After moving to coverlet.MTP from coverlet.msbuild (with xUnit) our coverage has dropped significantly using the opencover format. To Reproduce Generating an opencover report using the older VSTest system and again using...

Open Graph Description: Describe the bug After moving to coverlet.MTP from coverlet.msbuild (with xUnit) our coverage has dropped significantly using the opencover format. To Reproduce Generating an opencover report using...

X Description: Describe the bug After moving to coverlet.MTP from coverlet.msbuild (with xUnit) our coverage has dropped significantly using the opencover format. To Reproduce Generating an opencover report using...

Opengraph URL: https://github.com/coverlet-coverage/coverlet/issues/1843

X: @github

direct link

Domain: redirect.github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[BUG] Missing Coverage after moving to MTP","articleBody":"**Describe the bug**\nAfter moving to coverlet.MTP from coverlet.msbuild (with xUnit) our coverage has dropped significantly using the opencover format.\n\n**To Reproduce**\n\nGenerating an opencover report using the older VSTest system and again using MTP version yields notably less entries in resulting file without other code changes.\n\n**Expected behavior**\n\nIdentical coverage results between coverlet.msbuild and coverlet.MTP with the same code / setup.\n\n**Actual behavior**\n\nMTP opencover results file has about 35% of the files the MSBuild version of the package does.\n\n**Configuration (please complete the following information):**\n\nFor VSTest:\n* coverlet.msbuild v8.0.0\n* Microsoft.NET.Test.Sdk v18.0.1\n* xunit.v3 v3.2.2\n* xunit.runner.visualstudio v3.1.5\n\nFor MTP:\n* coverlet.MTP v8.0.0\n* Microsoft.Testing.Platform v2.1.0\n* xunit.v3.mtp-v2 v3.2.2\n\nBoth running on .Net 10, issues present via azure pipeline running ubuntu-latest and locally on Windows 11.\n\n**Additional context**\n\nCommand run for VSTest on windows:\n\n`dotnet test \u003cProject\u003e --configuration \u003cConfig\u003e --nologo /p:SingleHit=true /p:CollectCoverage=true /p:CoverletOutputFormat=opencover   `\n\nSummary header of VSTest opencover result:\n\n`\u003cSummary numSequencePoints=\"25080\" visitedSequencePoints=\"1346\" numBranchPoints=\"1970\" visitedBranchPoints=\"172\" sequenceCoverage=\"5.36\" branchCoverage=\"8.73\" maxCyclomaticComplexity=\"5097\" minCyclomaticComplexity=\"242\" visitedClasses=\"215\" numClasses=\"607\" visitedMethods=\"446\" numMethods=\"6914\" /\u003e`\n\nCommand run for MTP on windows:\n\n`dotnet test --project \u003cProject\u003e --configuration \u003cConfig\u003e --report-xunit-trx --coverlet --coverlet-output-format opencover --coverlet-include \u003cOwn Modules\u003e --coverlet-single-hit`\n\nSummary header for MTP opencover result:\n\n`\u003cSummary numSequencePoints=\"2596\" visitedSequencePoints=\"399\" numBranchPoints=\"808\" visitedBranchPoints=\"51\" sequenceCoverage=\"15.36\" branchCoverage=\"6.31\" maxCyclomaticComplexity=\"467\" minCyclomaticComplexity=\"11\" visitedClasses=\"79\" numClasses=\"226\" visitedMethods=\"112\" numMethods=\"624\" /\u003e`\n\nIf there is anything you need from me to test or more info let me know.\n\nSame behaviour when running using `--solution`, the logs indicate the module is being instrumented but not picking up all the files.","author":{"url":"https://github.com/mellis-ao","@type":"Person","name":"mellis-ao"},"datePublished":"2026-03-18T23:22:52.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/1843/coverlet/issues/1843"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5e794f48-a191-4d2d-dfd4-0d71c4547017
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCE20:1E0BA3:356D79F:46D4683:6A655AA9
html-safe-nonce74cc2b9a26d16618b63e264f8080ddfda521ff498a3a0d1aeba08d8bf123394b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRTIwOjFFMEJBMzozNTZENzlGOjQ2RDQ2ODM6NkE2NTVBQTkiLCJ2aXNpdG9yX2lkIjoiODcwNTk5MjA2NjE4NjE3MzA5NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac5ebfb3f5e70b9d65b68b6a0ce6b1fe0a2455f9887e297c5b56825a1a90e62727
hovercard-subject-tagissue:4098262077
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/coverlet-coverage/coverlet/1843/issue_layout
twitter:imagehttps://opengraph.githubassets.com/14069b268821fe5d0272755d663e27453fc94e0c0d88251a14954bfe007f4105/coverlet-coverage/coverlet/issues/1843
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/14069b268821fe5d0272755d663e27453fc94e0c0d88251a14954bfe007f4105/coverlet-coverage/coverlet/issues/1843
og:image:altDescribe the bug After moving to coverlet.MTP from coverlet.msbuild (with xUnit) our coverage has dropped significantly using the opencover format. To Reproduce Generating an opencover report using...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemellis-ao
hostnamegithub.com
expected-hostnamegithub.com
None52c76df668885aaff23b50bdca1fa1ea44ac9c1553e888ebc70ff1e4daa4625b
turbo-cache-controlno-preview
go-importgithub.com/coverlet-coverage/coverlet git https://github.com/coverlet-coverage/coverlet.git
octolytics-dimension-user_id64739519
octolytics-dimension-user_logincoverlet-coverage
octolytics-dimension-repository_id119716732
octolytics-dimension-repository_nwocoverlet-coverage/coverlet
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id119716732
octolytics-dimension-repository_network_root_nwocoverlet-coverage/coverlet
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release309153364422b3c499922d1a2a6404910a58ed8e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://redirect.github.com/coverlet-coverage/coverlet/issues/1843#start-of-content
https://redirect.github.com/
Sign in https://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoverlet-coverage%2Fcoverlet%2Fissues%2F1843
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://redirect.github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcoverlet-coverage%2Fcoverlet%2Fissues%2F1843
Sign up https://redirect.github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=coverlet-coverage%2Fcoverlet
Reloadhttps://redirect.github.com/coverlet-coverage/coverlet/issues/1843
Reloadhttps://redirect.github.com/coverlet-coverage/coverlet/issues/1843
Reloadhttps://redirect.github.com/coverlet-coverage/coverlet/issues/1843
Please reload this pagehttps://redirect.github.com/coverlet-coverage/coverlet/issues/1843
coverlet-coverage https://redirect.github.com/coverlet-coverage
coverlethttps://redirect.github.com/coverlet-coverage/coverlet
Notifications https://redirect.github.com/login?return_to=%2Fcoverlet-coverage%2Fcoverlet
Fork 399 https://redirect.github.com/login?return_to=%2Fcoverlet-coverage%2Fcoverlet
Star 3.2k https://redirect.github.com/login?return_to=%2Fcoverlet-coverage%2Fcoverlet
Code https://redirect.github.com/coverlet-coverage/coverlet
Issues 8 https://redirect.github.com/coverlet-coverage/coverlet/issues
Pull requests 5 https://redirect.github.com/coverlet-coverage/coverlet/pulls
Discussions https://redirect.github.com/coverlet-coverage/coverlet/discussions
Actions https://redirect.github.com/coverlet-coverage/coverlet/actions
Projects https://redirect.github.com/coverlet-coverage/coverlet/projects
Security and quality 0 https://redirect.github.com/coverlet-coverage/coverlet/security
Insights https://redirect.github.com/coverlet-coverage/coverlet/pulse
Code https://redirect.github.com/coverlet-coverage/coverlet
Issues https://redirect.github.com/coverlet-coverage/coverlet/issues
Pull requests https://redirect.github.com/coverlet-coverage/coverlet/pulls
Discussions https://redirect.github.com/coverlet-coverage/coverlet/discussions
Actions https://redirect.github.com/coverlet-coverage/coverlet/actions
Projects https://redirect.github.com/coverlet-coverage/coverlet/projects
Security and quality https://redirect.github.com/coverlet-coverage/coverlet/security
Insights https://redirect.github.com/coverlet-coverage/coverlet/pulse
[BUG] Missing Coverage after moving to MTPhttps://redirect.github.com/coverlet-coverage/coverlet/issues/1843#top
SolvedThe issue is solved and can be closedhttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22Solved%22
bugSomething isn't workinghttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22bug%22
coverlet-corehttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22coverlet-core%22
with reproIssue with reprohttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22with%20repro%22
https://github.com/mellis-ao
mellis-aohttps://github.com/mellis-ao
on Mar 18, 2026https://github.com/coverlet-coverage/coverlet/issues/1843#issue-4098262077
SolvedThe issue is solved and can be closedhttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22Solved%22
bugSomething isn't workinghttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22bug%22
coverlet-corehttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22coverlet-core%22
with reproIssue with reprohttps://github.com/coverlet-coverage/coverlet/issues?q=state%3Aopen%20label%3A%22with%20repro%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.