Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jacocoHtml (0.17 sec)

  1. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoPluginMultiVersionIntegrationTest.groovy

                        csv.required = true
                        html.outputLocation.set(file("\${buildDir}/jacocoHtml"))
                    }
                }
                """
    
            when:
            succeeds('test', 'jacocoTestReport')
    
            then:
            htmlReport("build/jacocoHtml").totalCoverage() == 100
            file(REPORT_XML_DEFAULT_PATH).exists()
            file(REPORT_CSV_DEFAULT_REPORT).exists()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 23:19:29 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top