Address PR comments

This commit is contained in:
jonawals
2021-06-08 11:59:06 +01:00
parent a56591fa12
commit e0f953cf6b
2 changed files with 69 additions and 66 deletions
@@ -202,7 +202,7 @@ namespace TestImpact
AZStd::pair<AZStd::vector<const TestTarget*>, AZStd::vector<const TestTarget*>> SelectTestTargetsByExcludeList(
AZStd::vector<const TestTarget*> testTargets) const;
//! Prunes the existing coverage for the specified jobs and creates the consolidates source covering tests list from the
//! Prunes the existing coverage for the specified jobs and creates the consolidated source covering tests list from the
//! test engine instrumented run jobs.
SourceCoveringTestsList CreateSourceCoveringTestFromTestCoverages(const AZStd::vector<TestEngineInstrumentedRun>& jobs);