Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
briceashburn opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@briceashburn
Copy link

Bug Report

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

Workflow File

   steps:
      - uses: actions/setup-java@v4.2.2
        with:
          distribution: 'oracle'
          java-version: '17'
          overwrite-settings: false
 
      - uses: actions/checkout@v4.1.7
      - name: Build with Maven
        run: mvn -B clean verify
 
      - name: Code Coverage Report
        uses: irongut/CodeCoverageSummary@v1.3.0
        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 briceashburn added the bug Something isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants