/ externals / catch / codecov.yml
codecov.yml
 1  coverage:
 2    precision: 2
 3    round: nearest
 4    range: "60...90"
 5    status:
 6      project:
 7        default:
 8          threshold: 2%
 9      patch:
10        default:
11          target: 80%
12    ignore:
13      - "**/external/clara.hpp"
14      - "tests"
15  
16  
17  codecov:
18    branch: devel
19    max_report_age: off
20  
21  comment:
22    layout: "diff"