broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
555 stars 222 forks source link

Add codecov, and (To be enabled) pep8 check. #21

Closed JihongJu closed 7 years ago

JihongJu commented 7 years ago

Codecov report on https://codecov.io/gh/broadinstitute/keras-rcnn. #20

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #21   +/-   ##
=========================================
  Coverage          ?   49.91%           
=========================================
  Files             ?       13           
  Lines             ?      573           
  Branches          ?        0           
=========================================
  Hits              ?      286           
  Misses            ?      287           
  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 fa25d4b...87b1df4. Read the comment docs.

0x00b1 commented 7 years ago

I’ll enable pep8 for Travis on a subsequent PR (with appropriate code modifications so it passes).

We should consider adding a codecov badge to the README.rst. What do you think?