opencurve / curve

Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage.
https://opencurve.io
Apache License 2.0
2.33k stars 522 forks source link

CI(coverage): Existing tests coverage is low #2982

Closed zztaki closed 10 months ago

zztaki commented 10 months ago

Is your feature request related to a problem? (你需要的功能是否与某个问题有关?) There is a problem with the existing tests when running CI. In particular, even if the submitted PR does not modify the real codes, it may not pass CI. For example, the line coverage may not meet the standard. PR, console log and HTML_Report.

Describe the solution you'd like (描述你期望的解决方法) Maybe modify CI or add enough tests.

Describe alternatives you've considered (描述你想到的折衷方案)

Additional context/screenshots (更多上下文/截图)