We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Java Spring Boot application. xml file seems to be improperly formatted and may be the cause.
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
Parsing Error: Coverage fill invalid, data not found. target/site/jacoco/jacoco.xml
Expected behavior should be a formatted XML and successfully report.
Add any other context about the problem here.
List any issues linked to this bug.
The text was updated successfully, but these errors were encountered:
irongut
No branches or pull requests
Bug Report
Java Spring Boot application. xml file seems to be improperly formatted and may be the cause.
Workflow File
Actions Log
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.
The text was updated successfully, but these errors were encountered: