https://github.com/laszukdawid/PyEMD
Revision 0c751a639e9296bb1d915e24543b37525fac28bd authored by Dawid Laszuk on 05 December 2021, 23:04:37 UTC, committed by Dawid Laszuk on 05 December 2021, 23:04:37 UTC
Small refactoring to whitenoise_check. Mainly to fix doc but also scratch pedantic itch.
1 parent e37640e
Raw File
Tip revision: 0c751a639e9296bb1d915e24543b37525fac28bd authored by Dawid Laszuk on 05 December 2021, 23:04:37 UTC
Add Whitenoise_check to documentation
Tip revision: 0c751a6
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