CodeRush ServerMonitor the Health of Your Entire Code BaseCodeRush Server performs static code analysis, runs tests and calculates code coverage each time you build your solution, displaying results through a dashboard and additional reports. Immediately See Quality Gains or DropsCompare quality & coverage of the current code base against previous builds to better understand changes and trends. Changes comparing the current build against a previous build are indicated with red and green triangles. Quick StartIt’s easy to get started with CodeRush Server. Simply install the extension and add the CodeRush Server Analyze task after the solution build. View ResultsYou can view the health of your code base on the Home tab, after a solution build. The following pages contain summarized results and detailed reports: DashboardShows an overview of code base health, as well as changes to key health indicators (such as code coverage, failing test cases, code issues, etc.) since your last build. Unit TestsShows test run results with the ability to filter by test result of interest. Select an individual test to see the code behind it (including its failure point, if it has one), its history, and other details. Code CoverageSee the most vulnerable parts of your code base (needing more unit test coverage) as well as the strongest parts. You can easily scale the scope of your code coverage evaluation from an entire namespace all the way down to a single line of code. Code IssuesCodeRush Server identifies unusual, suspect, and potentially high risk code with a variety of code issue analyzers. You can see the complete code issue summary, drill into a particular issue, and filter issues by severity. |