github.com/philippseith/signalr@v0.6.3/codecov.yml (about)

     1  codecov:
     2    require_ci_to_pass: true
     3  
     4  coverage:
     5    precision: 2
     6    round: down
     7    range: "60...100"
     8  
     9  parsers:
    10    gcov:
    11      branch_detection:
    12        conditional: yes
    13        loop: yes
    14        method: no
    15        macro: no
    16  
    17  comment:
    18    layout: "reach,diff,flags,files,footer"
    19    behavior: default
    20    require_changes: false
    21    
    22  ignore:
    23    - chatsample/**/*
    24    - signalr_test/**/*