mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* chore: turn-off codecov's patch comment Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * chore: fix style Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
10 lines
157 B
YAML
10 lines
157 B
YAML
# codecov config
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 1%
|
|
patch: off
|
|
ignore:
|
|
- "**/error*.rs" # ignore all error.rs files
|