Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Add source coverage output to coverage task #1377

Closed
4 tasks done
ranweiler opened this issue Oct 20, 2021 · 1 comment
Closed
4 tasks done

Add source coverage output to coverage task #1377

ranweiler opened this issue Oct 20, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ranweiler
Copy link
Member

ranweiler commented Oct 20, 2021

Our coverage task emits module+offset binary coverage, and leverages existing Sancov instrumentation when available.

For many SDL tasks, source file+line coverage will be most actionable and informative. Keep binary coverage reporting, but also report source coverage, when available.

We currently have library code that can emit source coverage for PE targets with PDBs, but it is not yet integrated into the coverage task. To fully support source coverage, we need the following:

@ranweiler ranweiler added the enhancement New feature or request label Oct 20, 2021
@ghost ghost added the Needs: triage label Oct 20, 2021
@ranweiler
Copy link
Member Author

This work is complete! See linked issues for details.

@ghost ghost locked as resolved and limited conversation to collaborators Jun 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants