X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce3b234c639f0d20b4fc60704294b0cb32d4b2cb..fcb5d351a63c53030b694087b299fc199ca5898d:/doc/doxygen/inside_tests.doc?ds=sidebyside diff --git a/doc/doxygen/inside_tests.doc b/doc/doxygen/inside_tests.doc index d99b23762e..9b0cc7740b 100644 --- a/doc/doxygen/inside_tests.doc +++ b/doc/doxygen/inside_tests.doc @@ -313,4 +313,16 @@ only the most important breakages. The build results are here: https://buildd.debian.org/status/package.php?p=simgrid +\subsection inside_tests_sonarqube SonarQube + +SonarQube is an open-source code quality analysis solution. Their nice +code scanners are provided as plugin. The one for C++ is not free, but +open-source project can use it at no cost. That is what we are doing. + +Don't miss the great looking dashboard here: +https://nemo.sonarqube.org/overview?id=simgrid + +This tool is enriched by the script @c tools/internal/travis-sonarqube.sh +that is run from @c .travis.yml + */