datasnakes / OrthoEvolution

An easy to use and comprehensive python package which aids in the analysis and visualization of orthologous genes. 🐵
https://orthoevolution.readthedocs.io/en/master/
29 stars 4 forks source link

Migrate to pytest and implement code coverage. #167

Closed sdhutchins closed 4 years ago

sdhutchins commented 4 years ago
## Fixes issue #25 ### Changes proposed in this pull request: - Migrate to pytest from nose given nose is no longer actively maintained. - Added `pytest.ini` - Implemented code coverage in `.travis.yml` - Deleted unneeded mpi tests. - Fixed syntax warnings.
codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (dev-master@93bb265). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             dev-master     #167   +/-   ##
=============================================
  Coverage              ?   15.13%           
=============================================
  Files                 ?       67           
  Lines                 ?     4182           
  Branches              ?        0           
=============================================
  Hits                  ?      633           
  Misses                ?     3549           
  Partials              ?        0           

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 93bb265...3305c50. Read the comment docs.