mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
* ci: Use cargo-llvm-cov to generate coverage data * ci: Remove usage of lld in coverage.yml * ci: Move codecov.yml to project root
11 lines
200 B
YAML
11 lines
200 B
YAML
# codecov config
|
|
coverage:
|
|
status:
|
|
patch: off # disable patch status
|
|
project:
|
|
default:
|
|
enable: yes
|
|
threshold: 1%
|
|
ignore:
|
|
- "**/error*.rs" # ignore all error.rs files
|