Add commercial symbol to Clover

This commit is contained in:
akullpp
2017-05-25 12:32:34 +02:00
parent 676c53c1e2
commit 60a8803340

View File

@ -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.