github.com/jbendotnet/noms@v0.0.0-20190904222105-c43e4293ea92/codecov.yml (about)

     1  codecov:
     2    branch: master
     3    bot: "mikegray"
     4    ci:
     5      - "jenkins3.noms.io"
     6  
     7  coverage:
     8    precision: 2         # how many decimal places to display in the UI: 0 <= value <= 4
     9    round: down          # how coverage is rounded: down/up/nearest
    10    range: 70...100      # custom range of coverage colors from red -> yellow -> green
    11  
    12    notify:
    13      slack:
    14        default:
    15          url: "secret:n+BYhIXTXsaCiMKB3vOf6yP68ytdKd3WpXtJFWPEUsEWXDiGnU5dTB5DO2yv8tR0COdxvs7K31hVpEfHEXdoXOaQhUw3FKf3fh8KZDLN7CGTbeDhw1uNGGyBr2d2TWnopzYtcXomdwMmuckARtiWQx0YXJiZY9YyCrIoDK9HIJQ="
    16          branches: null
    17          threshold: 5.0
    18          attachments: "tree, diff"
    19  
    20    status:
    21      project:
    22        default:
    23          enabled: yes
    24          target: auto
    25          branches: null
    26          threshold: null
    27          if_no_uploads: error
    28          if_not_found: success
    29          if_ci_failed: error
    30  
    31      patch:
    32        default:
    33          enabled: yes
    34          target: auto
    35          branches: null
    36          threshold: null
    37          if_no_uploads: error
    38          if_not_found: success
    39          if_ci_failed: error
    40  
    41      changes:
    42        default:
    43          enabled: yes
    44          branches: null
    45          if_no_uploads: error
    46          if_not_found: success
    47          if_ci_failed: error
    48  
    49  comment:
    50    layout: "tree"
    51    branches: null
    52    behavior: default