[skip ci] Fix CONTRIBUTING.md (#9136)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
groot 2021-10-03 19:39:56 +08:00 committed by GitHub
parent 68b26326d3
commit 42b3dc7ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,13 +148,7 @@ $ sudo apt-get install clang-format
Check code style
```shell
$ ./build.sh -l
```
To format the code
```shell
$ cd cmake_build
$ make clang-format
$ make cppcheck
```
## Run unit test with code coverage
@ -191,7 +185,7 @@ $ sudo apt-get install lcov
```
Run unit test and generate code for code coverage check
```shell
$ ./build.sh -u -c
$ make codecov-cpp
```
## Commits and PRs