Home | History | Annotate | Download | only in scapy
      1 codecov:
      2   notify:
      3     # Do not send notifications when CI fails
      4     require_ci_to_pass: true
      5 
      6 comment:
      7   # Define codevov comments behavior and content
      8   behavior: default
      9   layout: header, diff, tree
     10   require_changes: false
     11 
     12 coverage:
     13   # Define coverage range and precision
     14   precision: 2
     15   range: "70..100"
     16   round: down
     17   status:
     18     # Only consider changes to the whole project
     19     project: true
     20     patch: false
     21     changes: false
     22 
     23 parsers:
     24   gcov:
     25     branch_detection:
     26       conditional: true
     27       loop: true
     28       macro: false
     29       method: false
     30   javascript:
     31     enable_partials: yes
     32