scikit-tda / cechmate

Custom filtration constructors for Python
http://cechmate.scikit-tda.org
MIT License
22 stars 11 forks source link

Migrate to gh-actions: Fix linting and deployment issues #19

Closed sauln closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #19 into master will increase coverage by 0.29%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
+ Coverage   94.17%   94.47%   +0.29%     
==========================================
  Files          12       12              
  Lines         395      398       +3     
==========================================
+ Hits          372      376       +4     
+ Misses         23       22       -1     
Impacted Files Coverage Δ
cechmate/__init__.py 100.00% <ø> (ø)
cechmate/filtrations/__init__.py 100.00% <ø> (ø)
cechmate/filtrations/base.py 100.00% <ø> (ø)
cechmate/filtrations/cech.py 95.23% <ø> (ø)
cechmate/filtrations/custom.py 0.00% <ø> (ø)
cechmate/filtrations/rips.py 96.66% <ø> (ø)
cechmate/filtrations/miniball.py 94.28% <77.77%> (+2.85%) :arrow_up:
cechmate/filtrations/extended.py 95.78% <93.33%> (+0.09%) :arrow_up:
cechmate/filtrations/alpha.py 97.08% <100.00%> (+0.02%) :arrow_up:
cechmate/utils.py 100.00% <100.00%> (ø)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f90b325...2faafc7. Read the comment docs.

sauln commented 4 years ago

@ctralie I've tagged you to keep you in the loop. I'm trying to migrate to gh-actions for our CI/CD and actually set it up to automatically deploy. This repo will be the test bed and once the system is all working, I'll port the changes to the other repos.

You'll probably see a number of rapid fire PRs in this repo to facilitate the testing.