Revision 99e7e33d8b4c6349c6a31b7c9447489b5b233f26 authored by Syama Sundar Rangapuram on 21 April 2020, 20:28:18 UTC, committed by GitHub on 21 April 2020, 20:28:18 UTC
Co-authored-by: Syama Rangapuram <rangapur@amazon.de>
Co-authored-by: Lorenzo Stella <lorenzostella@gmail.com>
1 parent 39836e3
Raw File
codecov.yml
codecov:
  notify:
    require_ci_to_pass: yes
  ci:
    - ci.mxnet.io

coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project: yes
    patch: yes
    changes: no

parsers:
  gcov:
    branch_detection:
      conditional: yes
      loop: yes
      method: no
      macro: no

comment:
  layout: "header, reach, diff, files"
  behavior: default
  require_changes: no
  require_base: no
  require_head: no
back to top