test coverage
This commit is contained in:
parent
54db58d362
commit
3b95608233
23 changed files with 199 additions and 50 deletions
12
README.md
12
README.md
|
@ -197,7 +197,15 @@ $ pip install gcovr
|
|||
然后
|
||||
|
||||
```sh
|
||||
$ sh cov.sh
|
||||
$ sh cov-boot.sh
|
||||
```
|
||||
|
||||
就会在 cov 文件夹下生成自举的 coverage 数据
|
||||
或
|
||||
|
||||
```sh
|
||||
$ sh cov-test.sh
|
||||
```
|
||||
|
||||
|
||||
就会在 cov 文件夹下生成自举或测试的 coverage 数据
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue