Skip to content

Commit 6faeef0

Browse files
Add: question250 dot
1 parent 342eb4a commit 6faeef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ What are some shortcomings of Code Coverage as a measurement for how well a syst
28182818

28192819
- [x] Code Coverage does not ensure that the most important or highest risk areas of the code are being exercised by tests.
28202820
- [x] Code Coverage does not necessarily provide functional coverage.
2821-
- [ ] Code Coverage metrics vary by development platform (e.g., .NET, Java)
2821+
- [ ] Code Coverage metrics vary by development platform (e.g., .NET, Java).
28222822
- [x] Could create incentives to write tests that simply increase Code Coverage, rather than tests that find bugs without increasing coverage.
28232823
- [ ] It is too complicated to explain to Management.
28242824

0 commit comments

Comments
 (0)