test:add note

This commit is contained in:
happyguoxy 2025-01-16 18:52:43 +08:00
parent fa032ff001
commit 20f911d009
1 changed files with 8 additions and 2 deletions

View File

@ -387,7 +387,10 @@ TDengine build check workflow can be found in this [Github Action](https://githu
# 11. Coverage
Latest TDengine test coverage report can be found on [coveralls.io](https://coveralls.io/github/taosdata/TDengine). To create the test coverage report (in HTML format) locally, please run following commands:
<details>
<summary>Latest TDengine test coverage report can be found on [coveralls.io](https://coveralls.io/github/taosdata/TDengine). </summary>
To create the test coverage report (in HTML format) locally, please run following commands:
```bash
cd tests
@ -395,9 +398,12 @@ 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
```
> [!NOTE]
> [**NOTE**]
> Please note that the -b and -i options will recompile TDengine with the -DCOVER=true option, which may take a amount of time.
</details>
# 12. Contributing
Please follow the [contribution guidelines](CONTRIBUTING.md) to contribute to TDengine.