https://github.com/laszukdawid/PyEMD
Revision f717078c9a048a999d2ff8a2dfca7504314f4f47 authored by Dawid Laszuk on 17 January 2021, 19:38:05 UTC, committed by Dawid Laszuk on 17 January 2021, 19:38:05 UTC
1 parent 9329ec3
Raw File
Tip revision: f717078c9a048a999d2ff8a2dfca7504314f4f47 authored by Dawid Laszuk on 17 January 2021, 19:38:05 UTC
Sphinx doesn't support "Keyword parameters" in numpydoc style
Tip revision: f717078
.codecov.yml
codecov:
  notify:
    require_ci_to_pass: yes

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

  status:
    project: yes

    patch: yes

    changes: yes

  ignore:
    - "__init__.py"
    - "PyEMD/tests/*"
    - "PyEMD/BEMD.py"
    - "PyEMD/EMD2d.py"
    - "PyEMD/visualisation.py"
    - "doc/*"
    - "example/*"

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

back to top