mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-05 21:02:58 +00:00
9 lines
142 B
YAML
9 lines
142 B
YAML
# codecov config
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 1%
|
|
ignore:
|
|
- "**/error*.rs" # ignore all error.rs files
|