C83 / THP_2.0

0 stars 0 forks source link

Configure Coverage #20

Open C83 opened 6 years ago

C83 commented 6 years ago

Why ?

Sometimes we think that we have enough tests, sometimes we don't. How about having a metric that will give us a better vision ?

For this, there's coverage. It helps us to know what have been tested and what haven't. However, we can still write stupid tests without any expect that cover all the lines.

Consider it as a maximum of trust you can have in a codebase.

Must have

Todo

Reading list