You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
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:
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:The text was updated successfully, but these errors were encountered: