rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
289 stars 73 forks source link

Create ci-tests.yml #14

Closed rodrigo-arenas closed 3 years ago

rodrigo-arenas commented 3 years ago

This pull requests implements a CI workflow containing pytests and codecov report to use with github actions This is implemented due the change of no free CI build time from Travis

codecov[bot] commented 3 years ago

Codecov Report

Merging #14 (bc52fd1) into master (79a96c1) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files          13       13           
  Lines         485      486    +1     
=======================================
+ Hits          484      485    +1     
  Misses          1        1           
Impacted Files Coverage Δ
sklearn_genetic/_version.py 100.00% <100.00%> (ø)
sklearn_genetic/callbacks.py 100.00% <100.00%> (ø)
sklearn_genetic/plots.py 100.00% <100.00%> (ø)

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 892eaa6...bc52fd1. Read the comment docs.