Revision a894aee8aeb08fecaa9da5f8395f07dc554d29ed authored by Anton Kiselev on 21 October 2019, 13:00:20 UTC, committed by Jasper Schulz on 21 October 2019, 13:00:20 UTC
* Dockerfile for GPU container. Fix for installing GPU version of MXNet

* Typo fix. Replacing requirement without regex.
1 parent f1f971b
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