All Projects → jonathanlermitage → tikione-jacocoverage

jonathanlermitage / tikione-jacocoverage

Licence: Apache-2.0 License
NetBeans module that provides JaCoCo code coverage for Ant based Java SE, Java EE and NetBeans Module projects (JDK5,6,7,8 compatible).

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to tikione-jacocoverage

Moderncppstarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
Stars: ✭ 2,381 (+9424%)
Mutual labels:  coverage, free
netbeans-wordpress-plugin
Support for WordPress
Stars: ✭ 92 (+268%)
Mutual labels:  netbeans, netbeans-plugin
NBCndUnit
NetBeans C/C++ unit testing plugin – supporting CppUTest, GoogleTest (gtest) / GoogleMock (gmock) and libunittest C++.
Stars: ✭ 13 (-48%)
Mutual labels:  netbeans, netbeans-plugin
jacoco-gradle-testkit-plugin
Gradle plugin for JaCoCo code coverage in tests using Gradle TestKit
Stars: ✭ 37 (+48%)
Mutual labels:  coverage, jacoco
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (-8%)
Mutual labels:  netbeans, netbeans-plugin
jacoco-report
Github action that publishes the JaCoCo report as a comment in the Pull Request
Stars: ✭ 31 (+24%)
Mutual labels:  coverage, jacoco
Jacoco
🔬 Java Code Coverage Library
Stars: ✭ 3,041 (+12064%)
Mutual labels:  coverage, jacoco
jacoco-badge-generator
Coverage badges, and pull request coverage checks, from JaCoCo reports in GitHub Actions
Stars: ✭ 53 (+112%)
Mutual labels:  coverage, jacoco
travis-ci-tutorial-java
Just to learn how to use travis-ci in a java project!
Stars: ✭ 38 (+52%)
Mutual labels:  coverage, jacoco
kotlin-plugin-generated
A Kotlin compiler plugin that annotates Kotlin-generated methods for improved coverage reports
Stars: ✭ 33 (+32%)
Mutual labels:  coverage, jacoco
netbeans-color-codes-preview
Show colors in an editor's sidebar
Stars: ✭ 24 (-4%)
Mutual labels:  netbeans, netbeans-plugin
MovieRatings
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
Stars: ✭ 71 (+184%)
Mutual labels:  free
me
A next-gen JAMSTACK for developers that leverage the use of JSON Resume Schema in creating a web based vitae and portfolio. Stop worrying with a complex setup and deployment process. Docs: https://me-docs.now.sh/
Stars: ✭ 48 (+92%)
Mutual labels:  free
ESP For PubgMobile
🛩Pubg Mobile Hack using Extra Sensory Perception(ESP)🐱‍💻
Stars: ✭ 82 (+228%)
Mutual labels:  free
bootiful
Open-source, bare, modern Bootstrap v5 theme
Stars: ✭ 47 (+88%)
Mutual labels:  free
AnotherPomodoro
Modern and customizable productivity timer app that runs in your browser.
Stars: ✭ 126 (+404%)
Mutual labels:  free
wikiradio
A radio for Wikimedia Commons audio files
Stars: ✭ 14 (-44%)
Mutual labels:  free
Programming-Basics-Book-CSharp-EN
Textbook for the "Programming Basics" course @ SoftUni (C#, English)
Stars: ✭ 45 (+80%)
Mutual labels:  free
PECI-Java-MAR-2015
Repositorio del curso de Java de Mar 2015
Stars: ✭ 29 (+16%)
Mutual labels:  netbeans
pytest-notebook
A pytest plugin for regression testing and regenerating Jupyter Notebooks
Stars: ✭ 35 (+40%)
Mutual labels:  coverage

🔥 Thursday, May 12, 2016: due to a lack of free time and interest, this project is over. Feel free to start a fork.

Java Code Coverage for NetBeans

  • The JaCoCoverage Plugin is a NetBeans plugin that enhances the existing NetBeans functionality with new code coverage features.
  • 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.
    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 Web and Java EE (not tested with EAR and EJB projects but may work), Java Project with Existing Sources are supported. Maven support with JaCoCo is already integrated in NetBeans base installation, please check online how-to 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.

TikiOne JaCoCoverage plugin is built with and for the NetBeans 8.0.1 platform and the latest version of Oracle JDK7.

Download stable builds

Stable builds are hosted on the NetBeans Plugin Portal website, 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 for manual installation of NBM files.

Author

Contributor

  • Graeme Ingleby - provided NetBeans Module support
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].