test:alter coverage describe

This commit is contained in:
happyguoxy 2025-01-09 18:18:03 +08:00
parent 7c1363f34c
commit c7b436fb62
1 changed files with 4 additions and 1 deletions

View File

@ -338,8 +338,11 @@ Latest TDengine test coverage report can be found on [coveralls.io](https://cove
```bash
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