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 9e4a477 commit 937a86a
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 @@ -36,7 +36,7 @@ export interface CoverageMetric {

### Generating the coverage report on PR build

As mentioned earlier, the PR build also uploads coverage reports as artifacts that can be used to run coverage analysis against a baseline build. To help with this, we use the `getCoverageMetricsFromArtifact` helper function to extract code coverage numbers of format `CoverageMetric` that contains code coverage metrics corresponding to the PR for each package.
As mentioned earlier, the PR build also uploads coverage data as artifacts that can be used to run coverage analysis against a baseline build. To help with this, we use the `getCoverageMetricsFromArtifact` helper function to extract code coverage numbers of format `CoverageMetric` that contains code coverage metrics corresponding to the PR for each package.

### Comparing code coverage reports

Expand Down

0 comments on commit 937a86a

Please sign in to comment.