nash-io / openlimits

A Rust high performance cryptocurrency trading API with support for multiple exchanges and language wrappers.
http://openlimits.io
BSD 2-Clause "Simplified" License
278 stars 44 forks source link

Add code coverage #26

Closed ghost closed 3 years ago

jnicholls commented 4 years ago

I will be integrating tarpaulin into the GitHub Actions of the project to run code completion analysis on the tests.

jnicholls commented 4 years ago

Would we like to use a code coverage service, such as https://codecov.io or https://coveralls.io/ @steffenix? I like CodeCov.

ghost commented 4 years ago

I do not have any strong opinions on code coverage tool.

I had issues in the past with codecov it was timing out a lot.

ghost commented 4 years ago

The library doesn't compile on mac os. https://github.com/xd009642/tarpaulin/issues/152