Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
[ta] Fix typo (#10386)
Browse files Browse the repository at this point in the history
  • Loading branch information
jecfish committed Oct 29, 2023
1 parent 60f1828 commit a64d870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/content/en/blog/ta-code-coverage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Once you have achieved high statement coverage, you can then move on to branch c

No. Test coverage and code coverage are often confused but they are different:

- **Test coverage**: Aqualitative metric that measures how well the test suite covers the features of the software. It helps determine the level of risk involved.
- **Test coverage**: A qualitative metric that measures how well the test suite covers the features of the software. It helps determine the level of risk involved.
- **Code coverage**: A quantitative metric that measures the proportion of code executed during testing. It is about how much code the tests cover.

Here is a simplified analogy: imagine a web application as a house.
Expand Down

0 comments on commit a64d870

Please sign in to comment.