[FOLIO-3101] 0% coverage reported by Sonarcloud for mod-data-export Created: 31/Mar/21 Updated: 01/Apr/21 Resolved: 31/Mar/21 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | John Malconian | Assignee: | John Malconian |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | DevOps Sprint 111 | ||||||||
| Development Team: | FOLIO DevOps | ||||||||
| Description |
|
Sonarcloud reports 0% code coverage for master branch builds of mod-data-export. Coverage report not found/imported into Sonarcloud. |
| Comments |
| Comment by John Malconian [ 31/Mar/21 ] |
|
From Jenkins build log: [WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='target/site/jacoco/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml |
| Comment by John Malconian [ 31/Mar/21 ] |
|
The lack of coverage report is due to the following commit. Remove '<argLine>-Dfile.encoding=UTF-8</argLine>' from the POM and the issue should be resolved. |