Add commercial symbol to Clover
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user