danthorpe / Money

Swift value types for working with money & currency
MIT License
933 stars 91 forks source link

Improve documentation #27

Closed danthorpe closed 8 years ago

danthorpe commented 8 years ago

Finally managed to get Jazzy to run the documentation! This is the command:

$ jazzy --swift-version 2.1 --module Money -x -scheme,Money-iOS

then it works. Currently coverage is 41% - I suspect mostly because of undocumented enums.

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #27 into development will not affect coverage as of 962cac6

@@            development     #27   diff @@
===========================================
  Files                14      14       
  Stmts              2109    2109       
  Branches              0       0       
  Methods                               
===========================================
  Hit                2109    2109       
  Partial               0       0       
  Missed                0       0       

Review entire Coverage Diff as of 962cac6

Powered by Codecov. Updated on successful CI builds.