未验证 提交 42b3dc7b 编写于 作者: G groot 提交者: GitHub

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

Signed-off-by: Nyhmo <yihua.mo@zilliz.com>
上级 68b26326
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册