CodeCoverageSummary icon indicating copy to clipboard operation
CodeCoverageSummary copied to clipboard

Parsing Error: Coverage fill invalid, data not found. target/site/jacoco/jacoco.xml

Open briceashburn opened this issue 1 year ago • 0 comments

Bug Report

Java Spring Boot application. xml file seems to be improperly formatted and may be the cause.

Workflow File

   steps:
      - uses: actions/[email protected]
        with:
          distribution: 'oracle'
          java-version: '17'
          overwrite-settings: false
 
      - uses: actions/[email protected]
      - name: Build with Maven
        run: mvn -B clean verify
 
      - name: Code Coverage Report
        uses: irongut/[email protected]
        with:
          filename: './target/site/jacoco/jacoco.xml'
          badge: true
          format: markdown
          hide_branch_rate: false
          hide_complexity: false
          indicators: true
          output: both

Actions Log

Parsing Error: Coverage fill invalid, data not found. target/site/jacoco/jacoco.xml

Expected Behavior

Expected behavior should be a formatted XML and successfully report.

Additional Context

Add any other context about the problem here.

Linked To

List any issues linked to this bug.

briceashburn avatar Oct 18 '24 17:10 briceashburn