https://github.com/laszukdawid/PyEMD
Raw File
Tip revision: 7361a883e21bf92a9a62abfeaceffc38e91955b9 authored by Dawid on 23 May 2023, 21:48:42 UTC
Fix sort
Tip revision: 7361a88
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