Skip to content

Commit 1856360

Browse files
Update docs/guides/modules/test/pages/adaptive-testing.adoc
Co-authored-by: Rosie Yohannan <rosie@circleci.com>
1 parent 738b284 commit 1856360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/modules/test/pages/adaptive-testing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ See Scenario 3 in the "Flag Usage Scenarios" section for examples of customizing
808808
[#baseline-coverage]
809809
=== Why are there so many files impacting a test?
810810

811-
If you see many files impacting each test during analysis (e.g., "...found 150 files impacting test..."), this may be caused by shared setup code like global imports or framework initialization being included in coverage.
811+
If you see many files impacting each test during analysis (for example, "...found 150 files impacting test..."), this may be caused by shared setup code like global imports or framework initialization being included in coverage.
812812

813813
*Solution: Use a coverage baseline to exclude setup code*
814814

0 commit comments

Comments
 (0)