Skip to content

Instantly share code, notes, and snippets.

@tkalve
Last active July 17, 2024 06: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-07-17T06:31:09Z", "parser": "OpenCover", "assemblies": 10, "classes": 709, "files": 840, "coveredlines": 6884, "uncoveredlines": 303231, "coverablelines": 310115, "totallines": 339207, "linecoverage": 2.2, "coveredbranches": 979, "totalbranches": 4140, "branchcoverage": 23.6, "coveredmethods": 1644, "totalmethods": 3714, "methodcoverage": 44.2 }
{
"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