https://github.com/laszukdawid/PyEMD
Raw File
Tip revision: 4fc40017c1db8f1fceda4370a12314e1dedf8dde authored by Dawid Laszuk on 11 September 2024, 15:25:49 UTC
fix: typo in EMD_matlab (#166)
Tip revision: 4fc4001
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/compact.py"
    - "doc"
    - "example"

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

back to top