Skip to content

Commit 7dd656f

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

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
@@ -510,7 +510,7 @@ If a test runner has slow start up time per batch, disabling this can speed up t
510510
|.circleci/example-baseline.info
511511
|Path to a baseline coverage file to subtract from test coverage during analysis. +
512512
Use this to exclude shared setup or initialization code from test impact data. +
513-
The baseline file can be in any supported coverage format. While it doesn't need to match your test coverage output format, using the same format (e.g., LCOV format for << outputs.lcov >>) is recommended for consistency. For more information, refer to "<<baseline-coverage>>".
513+
The baseline file can be in any supported coverage format. While it does not need to match your test coverage output format, using the same format (for example, LCOV format for `<< outputs.lcov >>`) is recommended for consistency. For more information, refer to the <<baseline-coverage>> section.
514514
|===
515515
--
516516

0 commit comments

Comments
 (0)