Skip to content

Commit

Permalink
[CI maintenance] Codecov rules update and migrate to travis-ci.com
Browse files Browse the repository at this point in the history
Codecov rule to ignore unsupported 2D methods
Move from travic-ci.org to travis-ci.com and update build config
  • Loading branch information
laszukdawid committed Nov 24, 2020
1 parent 612474f commit 4ed2e25
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ coverage:
ignore:
- "__init__.py"
- "PyEMD/tests/*"
- "BEMD.py"
- "EMD2d.py"
- "visualisation.py"
- "PyEMD/BEMD.py"
- "PyEMD/EMD2d.py"
- "PyEMD/visualisation.py"
- "doc/*"
- "example/*"

Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
sudo: false
os: linux
dist: xenial
language: python
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
# command to run tests
before_install:
- pip install --upgrade pip setuptools wheel
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![codecov](https://codecov.io/gh/laszukdawid/PyEMD/branch/master/graph/badge.svg)](https://codecov.io/gh/laszukdawid/PyEMD)
[![BuildStatus](https://travis-ci.org/laszukdawid/PyEMD.png?branch=master)](https://travis-ci.org/laszukdawid/PyEMD)
[![BuildStatus](https://travis-ci.com/laszukdawid/PyEMD.png?branch=master)](https://travis-ci.org/laszukdawid/PyEMD)
[![DocStatus](https://readthedocs.org/projects/pyemd/badge/?version=latest)](https://pyemd.readthedocs.io/)
[![Codacy](https://api.codacy.com/project/badge/Grade/5385d5ddc8e84908bd4e38f325443a21)](https://www.codacy.com/app/laszukdawid/PyEMD?utm_source=github.com&utm_medium=referral&utm_content=laszukdawid/PyEMD&utm_campaign=badger)
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A110NUD)
Expand Down

0 comments on commit 4ed2e25

Please sign in to comment.