https://github.com/laszukdawid/PyEMD
Raw File
Tip revision: 5a19e2606f0da0cf3b43ec9459d2b175f46f9a97 authored by Dawid Laszuk on 21 March 2024, 04:57:26 UTC
Update CI on the mast to only create package when PyEMD/__init__.py changes (#153)
Tip revision: 5a19e26
.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