88
99
1010This Jenkins plugin integrates and publishes multiple coverage report types.
11- It has been developed during [ GSoC 2018] ( https://jenkins.io/projects/gsoc/2018/code-coverage-api-plugin/ ) .
11+ It has been developed since [ GSoC 2018] ( https://jenkins.io/projects/gsoc/2018/code-coverage-api-plugin/ ) .
12+
13+ * [ Supported coverage formats] ( #Supported-Coverage-Formats )
14+ * [ Release notes] ( #Release-Notes )
15+ * [ Features] ( #Features )
16+ * [ Usage] ( #Usage )
1217
13- ## Features
14- * Pipeline support
15- * Modernized coverage chart
16- * Coverage trend
17- * Source code navigation
18- * Parallel execution in pipeline support
19- * Reports combining
20- * REST API
21- * Failed conditions and flexible threshold setting
22- * Other small features
2318
2419## Supported Coverage Formats
2520#### Embedded
@@ -34,7 +29,37 @@ It has been developed during [GSoC 2018](https://jenkins.io/projects/gsoc/2018/c
3429## Release Notes
3530See the [ GitHub Releases] ( https://github.com/jenkinsci/code-coverage-api-plugin/releases ) .
3631
37- ## How to Use it
32+ ## Features
33+ * ** Coverage analysis of whole projects and pull requests:**
34+ * complete code (Project Coverage)
35+ * code changes (Change Coverage)
36+ * coverage changes created by changed test cases (Indirect Coverage Changes)
37+ * ** Modernized coverage report visualization:**
38+ * Coverage overview and trend
39+
40+ ![ alt text] ( ./images/reportOverview_screen.PNG " Coverage overview and trend ")
41+
42+ * Colored project coverage tree map for line and branch coverage
43+
44+ ![ alt text] ( ./images/reportTree_screen.PNG " Colored project coverage tree map ")
45+
46+ * Source code navigation
47+
48+ ![ alt text] ( ./images/reportFile_screen.PNG " Source code navigation ")
49+
50+ * Specific source code view for specifically analyzing the coverage of code changes (Change Coverage):
51+
52+ ![ alt text] ( ./images/reportCC_screen.PNG " Specific source code view for Change Coverage ")
53+
54+ * Specific source code view for specifically analyzing the coverage after test changes (Indirect Coverage Changes):
55+
56+ ![ alt text] ( ./images/reportICC_screen.PNG " Specific source code view for Indirect Coverage Changes ")
57+
58+ * ** Customizable coverage overview for the Jenkins dashboard view and for build results:**
59+ ![ alt text] ( ./images/dashboard_screen.PNG " Analysis overview for Jenkins dashboard ")
60+ ![ alt text] ( ./images/buildview_screen.PNG " Analysis overview for Jenkins build result ")
61+
62+ ## Usage
3863
3964### 1. Configure your coverage tool to generate reports
4065
0 commit comments