interledger-deprecated / java-ilp-core

WE'VE MOVED: This project has moved to Hyperledger Quilt
https://github.com/hyperledger/quilt/tree/master/ilp-core
Apache License 2.0
16 stars 10 forks source link

feat: add code coverage #39

Closed andrew-g-za closed 7 years ago

andrew-g-za commented 7 years ago

Adding code coverage support to java-ilp-core. If everyone is happy, i'll do the same for the remaining repos. Also fixed the checkstyle issue - checkstyle problems will now correctly fail the build on circle-ci.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@              Coverage Diff               @@
##             development      #39   +/-   ##
==============================================
  Coverage               ?   56.98%           
  Complexity             ?      159           
==============================================
  Files                  ?       57           
  Lines                  ?      988           
  Branches               ?       90           
==============================================
  Hits                   ?      563           
  Misses                 ?      375           
  Partials               ?       50

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 aaecf0e...01f9bbf. Read the comment docs.

adrianhopebailie commented 7 years ago

@andrew-g-za you can merge, we should fix the failing CheckStyle checks separately