Open kambei opened 3 months ago
this is my cobertura.xml
:
<?xml version="1.0"?><coverage lines-covered="50" lines-valid="618" line-rate="0.08090614886731391" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0" version="1.9" ...
I will check. There may be a problem with parsing cobertura report. Even through I fixed it in 0.2.3
You can check if lcov format will be displayed correctly
I tried Lcov format before Cobertura. Same result. Not showned. Thanks.
Adding a -X option at the end of your sonar-scanner command call should trigger verbose logs (generating extra log lines with "DEBUG" )
That may help understand the root cause
Most of the time, unreported coverage issues caused by either:
You may share the verbose logs here or privately for our review
Feel free to redact any sensitive content
I have a Rust project in the
root
folder, and in a foldersonarqube
inside theroot
I have this docker-compose:The coverage is not showned in SonarQube.
Is it my fault?
Other things showned fine.