Git Product home page Git Product logo

gradle-clover-plugin's People

Contributors

glewandowski avatar mparfianowicz avatar

Stargazers

 avatar

Watchers

 avatar

gradle-clover-plugin's Issues

Clover Gradle Plugin Configuration

I am trying to configure the Open Clover gradle plugin in order to run some manual/automated Selenium UI test and trying to generate code coverage after .However, I am not sure whether I have configured it correctly or not.
I have configured the build gradle as per steps mentioned @ https://openclover.org/doc/manual/4.2.0/gradle--gradle-clover-plugin.html

I am running the following commands on windows machine

gradlew cloverInstr - It creates an instrumented source folder inside the build folder and instruments the files correctly. It also creates a clover.db with some files instrumented.
gradlew build - It compiled the code and also created a jar. [I am not very much sure whether it is compiling the instrumented source folder or not]. I am running the jar and then an api inside it.
Stopped the execution and running the clover report generation task.
However, there is no report generated. :(

I also have other questions

Is it possible to get the per test coverage using this plugin. For example when I run some Selenium UI tests ( this is an external project and tests are executed independently). In the coverage report it shows which source class is tested by which test?

How do we configure the historical coverage report?

Our original project source is very big and once I tried to instrument all source files, it gave out of memory exception. Is it possible to instrument in parts? And when once all source files are instrumented, from next time onwards it should only instrument the delta( only files which are modified)

We are ultimately going to use Jenkins for build deployment. Should I try to configure the Jenkins plugin? I mean I am not sure how Jenkins plugin is different and what is its main usage?

src.zip

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.