Skip to content

Instantly share code, notes, and snippets.

@Nahumancer
Created April 10, 2019 20:42
Show Gist options
  • Save Nahumancer/1a2a5bc9b8eb6df05650d938be4110a8 to your computer and use it in GitHub Desktop.
Save Nahumancer/1a2a5bc9b8eb6df05650d938be4110a8 to your computer and use it in GitHub Desktop.
Test Coverage Cleanup Query (Use Tooling API in Dev Console)
SELECT Id, ApexClassOrTriggerId, ApexClassOrTrigger.Name,
NumLinesCovered, NumLinesUncovered
FROM ApexCodeCoverageAggregate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment