Example. ``` pip install pytest-cov pytest --cov=nuvla --cov-report=xml:pytest-cobertura.xml ``` Then run `sonar-scanner` and publish the results via `sonar.python.coverage.reportPaths`.
Example.
Then run
sonar-scannerand publish the results viasonar.python.coverage.reportPaths.