Merge branch 'docs/readme' into docs/chr1-readme

This commit is contained in:
haoranchen 2025-01-16 18:57:49 +08:00 committed by GitHub
commit 59f7eb9cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 2 deletions

View File

@ -386,7 +386,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
@ -394,9 +397,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.