mirror of
https://github.com/boostorg/redis.git
synced 2026-01-19 04:42:09 +00:00
23 lines
318 B
YAML
23 lines
318 B
YAML
codecov:
|
|
max_report_age: off
|
|
require_ci_to_pass: yes
|
|
notify:
|
|
after_n_builds: 1
|
|
wait_for_ci: yes
|
|
|
|
ignore:
|
|
- "benchmarks/cpp/asio/*"
|
|
- "example/*"
|
|
- "tests/*"
|
|
- "/usr/*"
|
|
- "**/boost/*"
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: no
|
|
loop: no
|
|
method: no
|
|
macro: no
|
|
|