github.com/ktr0731/dept@v0.1.4-0.20191208040738-06ee3ca97c03/codecov.yml (about)

     1  codecov:
     2    notify:
     3      require_ci_to_pass: yes
     4  
     5  coverage:
     6    precision: 2
     7    round: down
     8    range: "70...100"
     9  
    10    status:
    11      changes: no
    12      patch: no
    13      project:
    14        default:
    15          target: 80
    16  
    17  parsers:
    18    gcov:
    19      branch_detection:
    20        conditional: yes
    21        loop: yes
    22        method: no
    23        macro: no
    24  
    25  comment:
    26    layout: "header, diff"
    27    behavior: default
    28    require_changes: no
    29  
    30  ignore:
    31    - logger
    32    - fileutil