forked from forcedotcom/salesforcedx-apex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: All Apex classes/triggers in the ApexCodeCoverageAggregate table…
… are displayed when the "Show Only Aggregated Code Coverage" setting is checked (forcedotcom#370) * fix: set apexClassIdSet to all Apex classes/triggers in ApexCodeCoverageAggregate if it is empty * refactor: query ApexCodeCoverageAggregate table only once and use queryAll instead of fetchResults() * test: update codeCoverage.test.ts to reflect new behavior * fix: use ApexCodeCoverageAggregateRecord in queryAll + add comments * refactor: use R instead of T in generics for queryAll() * test: remove assertion in test file
- Loading branch information
1 parent
2dd8835
commit d377b3f
Showing
3 changed files
with
93 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters