Show metrics on Travis-CI -


is possible configure travis-ci t show metrics sonarqube provides (http://nemo.sonarqube.org/) like

  • % duplicate lines
  • % code coverage
  • % rules appliance
  • % documented methods
  • etc

and see graphically?

thanks in advance. guillermo.

i did not come across such setting. travis ci mean running scanners, highly dependent on used project technologies.

however http://container-solutions.com/moved-ci-jenkins-travis/ explains how can sonarqube commenting code changes in github pull requests.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -