Skip to content

Instantly share code, notes, and snippets.

@tkalve
Last active November 15, 2024 13:31
Show Gist options
  • Save tkalve/355e38da57b3f17747ec7b43ee158eb2 to your computer and use it in GitHub Desktop.
Save tkalve/355e38da57b3f17747ec7b43ee158eb2 to your computer and use it in GitHub Desktop.
SAPo coverage tracking
{ "generatedon": "2024-11-15T13:31:20Z", "parser": "OpenCover", "assemblies": 10, "classes": 740, "files": 886, "coveredlines": 7061, "uncoveredlines": 358251, "coverablelines": 365312, "totallines": 397382, "linecoverage": 1.9, "coveredbranches": 1054, "totalbranches": 4676, "branchcoverage": 22.5, "coveredmethods": 1629, "totalmethods": 3848, "methodcoverage": 42.3 }
{
"generatedon": "2023-11-29T12:00:00Z",
"parser": "Clover",
"assemblies": 230,
"classes": 638,
"files": 638,
"coveredlines": 0,
"uncoveredlines": 3534,
"coverablelines": 3534,
"totallines": 24730,
"linecoverage": 0,
"coveredbranches": 0,
"totalbranches": 1274,
"branchcoverage": 0,
"coveredmethods": 0,
"totalmethods": 0,
"methodcoverage": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment