test coverage

This commit is contained in:
Yaossg 2024-12-08 11:40:47 +08:00
parent 54db58d362
commit 3b95608233
23 changed files with 199 additions and 50 deletions

View file

@ -197,7 +197,15 @@ $ pip install gcovr
然后
```sh
$ sh cov.sh
$ sh cov-boot.sh
```
就会在 cov 文件夹下生成自举的 coverage 数据
```sh
$ sh cov-test.sh
```
就会在 cov 文件夹下生成自举或测试的 coverage 数据