mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
13 lines
283 B
YAML
13 lines
283 B
YAML
# codecov config
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 1%
|
|
patch: off
|
|
ignore:
|
|
- "**/error*.rs" # ignore all error.rs files
|
|
- "tests/runner/*.rs" # ignore integration test runner
|
|
comment: # this is a top-level key
|
|
layout: "diff"
|