We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342eb4a commit 6faeef0Copy full SHA for 6faeef0
README.md
@@ -2818,7 +2818,7 @@ What are some shortcomings of Code Coverage as a measurement for how well a syst
2818
2819
- [x] Code Coverage does not ensure that the most important or highest risk areas of the code are being exercised by tests.
2820
- [x] Code Coverage does not necessarily provide functional coverage.
2821
-- [ ] Code Coverage metrics vary by development platform (e.g., .NET, Java)
+- [ ] Code Coverage metrics vary by development platform (e.g., .NET, Java).
2822
- [x] Could create incentives to write tests that simply increase Code Coverage, rather than tests that find bugs without increasing coverage.
2823
- [ ] It is too complicated to explain to Management.
2824
0 commit comments