Hello,
We can’t seem to get CodeCoverage to work.
We are using PHP, Github, CircleCI.
The scanner is being run like this:
sonarcloud/scan
The coverage is being generated by phpunit and Sonar seems to be picking it up:
INFO: Importing /home/circleci/project/execution.xml
INFO: Importing /home/circleci/project/coverage.xml
INFO: Sensor PHP sensor [php] (done) | time=113494ms
How can we troubleshoot this?
