Skip to content

Commit

Permalink
Update build-tools/packages/build-cli/docs/codeCoverageDetails.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
  • Loading branch information
jatgarg and tylerbutler authored Oct 3, 2024
1 parent 937a86a commit e50a24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tools/packages/build-cli/docs/codeCoverageDetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Code coverage data is included in the cobertura-format coverage files we collect

### Identifying the baseline build

Before running coverage comparison, a baseline build needs to be determined for the PR. This is typically based on the target branch for the PR. For example, if a pull request was targeting main, we would consider the baseline to be the latest successful build in that branch.
Before running coverage comparison, a baseline build needs to be determined for the PR. This is typically based on the target branch for the PR. For example, if a pull request was targeting `main`, we would consider the baseline to be the latest successful `main` branch build.

### Downloading artifacts from baseline build

Expand Down

0 comments on commit e50a24d

Please sign in to comment.