Revision 7b0c9c66b933f7a20688ae30c4d22c07c051e59c authored by Dawid Laszuk on 05 September 2021, 20:04:32 UTC, committed by Dawid Laszuk on 05 September 2021, 20:04:32 UTC
1 parent c974984
Raw File
.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