-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[REGRESSION]: PublishCodeCoverageResults@2 not generating branch coverage information #19669
Comments
We are seeing the same issue today after we moved to PublishCodeCoverageResults@2. In the task log, there was no branch results:
The v1 published both line and branch results:
|
Hi guys do we have any update on this? We are having the same issue, thanks |
I'm getting the following warning in every build:
But how I suppose to switch to the new version if it doesn't work properly? |
Same for me and also with V1 I cloud check which methods that have coverage and see the source code also. |
What do we need to do to get this actually on the product backlog? I've already rolled back to v1 which implores you to upgrade to v2. If you've moved on to GitHub actions, fine. But at least address regressions. |
we are having the same issue. when I migrate v2, no branch coverage created. rolled back my changes until v2 version have a branch coverage. |
No branch coverage, no drill down to see the uncovered lines/branches (see #19939) |
Just wanted to jump on this to let everyone know - branch coverage is still not displayed for v2 |
We are having the same issue, when in the "Code Coverage" tab drilldown into files does not work to see line/branch coverage. |
What @syre described is our exact same experience for us on the Azure SDK for C++ CI pipelines (from this project). |
Can you at least roll back the deprecation warning until you've solved this? |
There are any news? |
New issue checklist
Task name
PublishCodeCoverageResults
Breaking task version
1.236.1
Last working task version
1.231.0
Regression Description
When combined with the BuildQualityChecks@7 downstream, previously one would be able to enforce both line coverage AND branch coverage. Now, it reports 0% branch coverage.
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
Ubuntu 22.04
Relevant log output
The text was updated successfully, but these errors were encountered: