oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.29k stars 739 forks source link

Use SonarCloud for code coverage tracking #4498

Closed ginoaugustine closed 7 months ago

ginoaugustine commented 7 months ago

Use SonarCloud for code coverage tracking

  1. Change coverall status badge in readme with sonar cloud coverage badge
  2. Removed Coverall plugin from pom file
  3. Change build to invoke sonar scanning only for Linux build
  4. Corrected Broken link in Readme file
vladak commented 7 months ago

It would be nice to figure out how to get coverage from all the GH runners. According to some cursory research in Sonar forums, this should be possible.