This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add link to releases page (hosted by GitHub)
- Loading branch information
1 parent
54f9475
commit 564cab7
Showing
1 changed file
with
33 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
## Java Code Coverage for NetBeans | ||
|
||
* The JaCoCoverage Plugin is a NetBeans plugin that enhances the existing NetBeans functionality with new code coverage features.<br> | ||
* The plugin works as a transparent additional service that colors all java files according to the unit tests coverage information. With | ||
code coverage enabled user continues to work with his/her project in the usual way but can easily view the test coverage of the project | ||
classes.<br>The code coverage plugin will update the code coverage data and refresh editors markup every time a unit test (or any selected | ||
Ant target) is executed for the project. Currently the Java Application, Java Library, Java Project with Existing Sources are supported. __Maven support__ with JaCoCo is already integrated in NetBeans base installation, please check [online how-to](http://wiki.netbeans.org/MavenCodeCoverage) for details. | ||
* Coverage collections are based on JaCoCo in order to **support Java 5, 6, 7 and Java 8 bytecode**. Take it as a modern alternative to the EMMA and | ||
Cobertura based plugins. | ||
* JaCoCo is a free code coverage library for Java, which has been created by the [EclEmma team](http://www.eclemma.org/jacoco/). | ||
|
||
TikiOne JaCoCoverage plugin is built with and for the [NetBeans 8.0.1 platform](http://netbeans.org) and the latest version of | ||
[Oracle JDK7](http://www.oracle.com/technetwork/java/javase/downloads/index.html). | ||
|
||
### Download stable builds | ||
Stable builds are hosted on the NetBeans [Plugin Portal website](http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage), | ||
validated by the NetBeans Plugin Review staff (I am also a member of this team) and available in the NetBeans integrated **Plugins Manager** (see ``Tools``, ``Plugins``, | ||
``Available Plugins`` and look for the ``TikiOne JaCoCoverage`` plugin). | ||
|
||
### Development progression | ||
Please see [issues attached to a **milestone**](https://github.com/jonathanlermitage/tikione-jacocoverage/issues/milestones). | ||
For details on previous and current versions, please check the [Changelog](https://github.com/jonathanlermitage/tikione-jacocoverage/blob/master/CHANGELOG.md) file. | ||
|
||
### Documentation and Media | ||
[Click Here!](https://github.com/jonathanlermitage/tikione-jacocoverage/blob/master/DOCUMENTATION.md) | ||
|
||
### Author | ||
* Jonathan Lermitage (<jonathan.lermitage@gmail.com>) | ||
|
||
### License | ||
[WTFPL](http://www.wtfpl.net) License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis. | ||
## Java Code Coverage for NetBeans | ||
|
||
* The JaCoCoverage Plugin is a NetBeans plugin that enhances the existing NetBeans functionality with new code coverage features.<br> | ||
* The plugin works as a transparent additional service that colors all java files according to the unit tests coverage information. With | ||
code coverage enabled user continues to work with his/her project in the usual way but can easily view the test coverage of the project | ||
classes.<br>The code coverage plugin will update the code coverage data and refresh editors markup every time a unit test (or any selected | ||
Ant target) is executed for the project. Currently the Java Application, Java Library, Java Project with Existing Sources are supported. __Maven support__ with JaCoCo is already integrated in NetBeans base installation, please check [online how-to](http://wiki.netbeans.org/MavenCodeCoverage) for details. | ||
* Coverage collections are based on JaCoCo in order to **support Java 5, 6, 7 and Java 8 bytecode**. Take it as a modern alternative to the EMMA and | ||
Cobertura based plugins. | ||
* JaCoCo is a free code coverage library for Java, which has been created by the [EclEmma team](http://www.eclemma.org/jacoco/). | ||
|
||
TikiOne JaCoCoverage plugin is built with and for the [NetBeans 8.0.1 platform](http://netbeans.org) and the latest version of | ||
[Oracle JDK7](http://www.oracle.com/technetwork/java/javase/downloads/index.html). | ||
|
||
### Download stable builds | ||
Stable builds are hosted on the NetBeans [Plugin Portal website](http://plugins.netbeans.org/plugin/48570/tikione-jacocoverage), | ||
validated by the NetBeans Plugin Review staff (I am also a member of this team) and available in the NetBeans integrated **Plugins Manager** (see ``Tools``, ``Plugins``, | ||
``Available Plugins`` and look for the ``TikiOne JaCoCoverage`` plugin). | ||
|
||
You can also check the GitHub [releases page](https://github.com/jonathanlermitage/tikione-jacocoverage/releases) for manual installation of NBM files. | ||
|
||
### Development progression | ||
Please see [issues attached to a **milestone**](https://github.com/jonathanlermitage/tikione-jacocoverage/issues/milestones). | ||
For details on previous and current versions, please check the [Changelog](https://github.com/jonathanlermitage/tikione-jacocoverage/blob/master/CHANGELOG.md) file. | ||
|
||
### Documentation and Media | ||
[Click Here!](https://github.com/jonathanlermitage/tikione-jacocoverage/blob/master/DOCUMENTATION.md) | ||
|
||
### Author | ||
* Jonathan Lermitage (<jonathan.lermitage@gmail.com>) | ||
|
||
### License | ||
[WTFPL](http://www.wtfpl.net) License. In other words, you can do what you want: this project is entirely OpenSource, Free and Gratis. |