test:alter coverage describe
This commit is contained in:
parent
7c1363f34c
commit
c7b436fb62
|
@ -338,8 +338,11 @@ Latest TDengine test coverage report can be found on [coveralls.io](https://cove
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd tests
|
cd tests
|
||||||
./run_local_coverage.sh
|
bash setup-lcov.sh -v 1.16 && ./run_local_coverage.sh -b main -c task
|
||||||
|
# on main branch and run cases in longtimeruning_cases.task
|
||||||
|
# for more infomation about options please refer to ./run_local_coverage.sh -h
|
||||||
```
|
```
|
||||||
|
Please note that the -b and -i options will recompile TDengine with the -DCOVER=true option, which may take a amount of time.
|
||||||
|
|
||||||
# 11. Contributing
|
# 11. Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue