github.com/cloudflare/circl@v1.5.0/codecov.yml (about)

     1  # Default codecoverage configuration https://docs.codecov.io/docs/codecov-yaml
     2  codecov:
     3    require_ci_to_pass: yes
     4  
     5  coverage:
     6    precision: 2
     7    round: down
     8    range: "70...100"
     9  
    10  parsers:
    11    gcov:
    12      branch_detection:
    13        conditional: yes
    14        loop: yes
    15        method: no
    16        macro: no
    17  
    18  comment:
    19    layout: "reach,diff,flags,tree"
    20    behavior: default
    21    require_changes: no