https://github.com/laszukdawid/PyEMD
Revision a51f4a890d26ac0464f0a40a0c4e3c962af74ce6 authored by Dawid Laszuk on 13 June 2017, 05:04:35 UTC, committed by Dawid Laszuk on 13 June 2017, 05:04:35 UTC
2 parent s 2def022 + a23823f
Raw File
Tip revision: a51f4a890d26ac0464f0a40a0c4e3c962af74ce6 authored by Dawid Laszuk on 13 June 2017, 05:04:35 UTC
Merge branch 'doc'
Tip revision: a51f4a8
.codecov.yml
coverage:
  precision: 2
  round: down
  range: "50...100"
  notify:
    require_ci_to_pass: yes

  status:
    project: yes

    patch: yes

    changes: yes

  ignore:
    - test_*.py
    - doc/*
    - PyEMD/example/*

comment:
  layout: "header, diff, changes"
  behavior: default

back to top