diff --git a/Testing.asciidoc b/Testing.asciidoc index ac4e819..d2f777a 100644 --- a/Testing.asciidoc +++ b/Testing.asciidoc @@ -21,4 +21,6 @@ TODO Try to test every path of execution in your softwares. That is the key to maximizing your code coverages. +https://github.com/yglukhov/coverage[Coverage library] + TODO