[skip ci] Fix scripts/README (#9061)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/9064/head
groot 2021-10-02 11:20:05 +08:00 committed by GitHub
parent d51d8ce39b
commit 33776cdabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -71,3 +71,9 @@ refer: https://docs.docker.com/compose/install/
```shell script
make unittest
```
#### Run code coverage
```shell script
make codecov
```