codecov.yml raw

   1  coverage:
   2    range: "60...95"
   3    status:
   4      project:
   5        default:
   6          threshold: 1%
   7          informational: true
   8      patch:
   9        defualt:
  10          only_pulls: true
  11          informational: true
  12  
  13  comment:
  14    layout: 'diff'
  15  
  16  github_checks: false
  17