https://github.com/lision/codecoveragekit
The iOS pod which can collect profile data to detect code coverage.
https://github.com/lision/codecoveragekit
Last synced: 11 months ago
JSON representation
The iOS pod which can collect profile data to detect code coverage.
- Host: GitHub
- URL: https://github.com/lision/codecoveragekit
- Owner: Lision
- Created: 2021-09-28T07:06:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-28T07:07:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T05:28:08.707Z (over 1 year ago)
- Language: Swift
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeCoverageKit

## Installation
CodeCoverageKit is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
``` ruby
# 这里 `configurations` 可根据业务方情况灵活配置
pod 'YFDCodeCoverageKit', '~> 0.6', :configurations => ['Debug']
```
## Usage
[View the documentation](http://coco.zhenguanyu.com) for usage information.
## Author
lixinbj05, lixinbj05@fenbi.com