From 60a8803340a32031506ed41b705462934422744a Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 25 May 2017 12:32:34 +0200 Subject: [PATCH] Add commercial symbol to Clover --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98891ea..1f9d09e 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks and tools that enable code coverage metrics collection for test suites.* -* [Clover](https://www.atlassian.com/software/clover/overview) - Proprietary code coverage tool by Atlassian that relies on source-code instrumentation instead of bytecode instrumentation. +* [Clover ![c]](https://www.atlassian.com/software/clover/overview) - Relies on source-code instrumentation instead of bytecode instrumentation. * [Cobertura](http://cobertura.github.io/cobertura/) - Relies on offline (or static) bytecode instrumentation and class loading to collect code coverage metrics. * [JaCoCo](http://eclemma.org/jacoco/) - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation.