- Learning Continuous Integration with Jenkins(Second Edition)
- Nikhil Pathania
- 77字
- 2021-07-02 21:18:32
Code coverage
Code coverage is the amount of code (in percentage) that is covered by your test case. The metrics that you might see in your coverage reports could be more or less as defined in the following table:

Types of code coverage
This coverage percentage is calculated by piding the number of items tested by the number of items found. The following screenshot illustrates the code coverage report from SonarQube:
Code coverage report on SonarQube
推薦閱讀
- 30天自制操作系統
- Windows Server 2019 Cookbook
- Linux Mint Essentials
- Linux從零開始學(視頻教學版)
- 嵌入式Linux系統開發:基于Yocto Project
- Learn Helm
- 嵌入式Linux驅動程序和系統開發實例精講
- Linux就該這么學
- Windows Server 2019 Administration Fundamentals
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 嵌入式實時操作系統:RT-Thread設計與實現
- 網絡操作系統教程:Windows Server 2016管理與配置
- VMware NSX Cookbook
- Joomla! 3 Template Essentials
- Linux網絡配置與安全管理