Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jacocoAgent (0.25 sec)

  1. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/plugins/JacocoPlugin.java

         * The jacoco version used if none is explicitly specified.
         *
         * @since 3.4
         */
        public static final String DEFAULT_JACOCO_VERSION = "0.8.11";
        public static final String AGENT_CONFIGURATION_NAME = "jacocoAgent";
        public static final String ANT_CONFIGURATION_NAME = "jacocoAnt";
        public static final String PLUGIN_EXTENSION_NAME = "jacoco";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 21:09:25 UTC 2023
    - 14K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/core-plugins/jacoco_plugin.adoc

    [%header%autowidth,compact]
    |===
    | Name          | Meaning
    
    | `jacocoAnt`
    | The JaCoCo Ant library used for running the `JacocoReport` and `JacocoCoverageVerification` tasks.
    
    | `jacocoAgent`
    | The JaCoCo agent library used for instrumenting the code under test.
    
    |===
    
    [[sec:outgoing_variants]]
    == Outgoing Variants
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top