anyone is using kover + sonarqube?
# code-coverage
j
anyone is using kover + sonarqube?
m
m
we have slight problems with sonar as well as nested nullable values don't get recognized as being accounted for. e.g.
foo?.bar?.value
where value is a nullable attribute of the nullable variable bar on the nullable variable foo.
✍️ 1
619 Views