mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip ci] Fix CONTRIBUTING.md (#9136)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
68b26326d3
commit
42b3dc7ba1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user