https://github.com/laszukdawid/PyEMD
Revision a3dfd12c25ab7a7bd4a1bccfbd724e576fc2b8bc authored by Dawid Laszuk on 26 December 2018, 19:30:39 UTC, committed by Dawid Laszuk on 26 December 2018, 19:31:34 UTC
1 parent d108b6c
Raw File
Tip revision: a3dfd12c25ab7a7bd4a1bccfbd724e576fc2b8bc authored by Dawid Laszuk on 26 December 2018, 19:30:39 UTC
Update Visualisation examples
Tip revision: a3dfd12
.codecov.yml
coverage:
  precision: 2
  round: down
  range: "50...100"
  notify:
    require_ci_to_pass: yes

  status:
    project: yes

    patch: yes

    changes: yes

  ignore:
    - __init__.py
    - PyEMD/tests/*
    - BEMD.py
    - EMD2d.py
    - visualisation.py
    - test_*.py
    - doc/*
    - example/*

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

back to top