mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +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
|