.codecov.yml raw

   1  codecov:
   2    require_ci_to_pass: yes
   3  
   4  coverage:
   5    precision: 2
   6    round: down
   7    range: "70...100"
   8  
   9    status:
  10      project:
  11        default:
  12          target: 75%
  13          threshold: 2%
  14      patch: off
  15      changes: no
  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    - ast
  32