Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CDT Sonar Job is running

I have added a Hudson Sonar job for the CDT.

This performs checks of the CDT code and is perfect for assigning minor tasks to newbies.

For example, it calculates unit test coverage of the code. You can click and drill down to actual source lines. It might need some tweaking as the current total coverage seems intuitively a bit small.

It also finds coding violations or bad coding practices. As an example, it finds empty if blocks.

The results can be found here:

https://dev.eclipse.org/sonar/project/index/org.eclipse.cdt:cdt-parent

The job is run nightly.

-- Jeff J.


Back to the top