unit testing - What is the code-coverage percentage on your project? -


what % code-coverage on project? i'm curious reasons why.

is dev team happy it? if not, stands in way increasing it?

stuart halloway 1 projects aim 100% (or else build breaks!). @ level?

we @ painful 25% aspire 80-90% new code. have legacy code have decided leave alone evaporates (we actively re-writing).

we run @ 85% code coverage, falling below not break build. think using code coverage important metric dangerous practice. because covered in test not mean coverage good. try use guidance areas weakly covered, not hard fact.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -