Revision 0615a80dbfa7bc6e1b5b9f52c249e5f1d42008c4 authored by Anton Kiselev on 08 October 2019, 14:25:12 UTC, committed by Jasper Schulz on 08 October 2019, 14:25:12 UTC
* Fixes for serializing sets and numpy numbers in SerDe

* Tests for changes in SerDe. Fixes for JSON and code serializations

1 parent 44d7b68
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