Revision a55ced0865d669442c7744ab70f736981bf723c9 authored by Lorenzo Stella on 30 April 2020, 18:51:15 UTC, committed by GitHub on 30 April 2020, 18:51:15 UTC
1 parent 53120d4
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