BottleRocketStudios / iOS-Hyperspace

An extremely lightweight wrapper around URLSession to make working with APIs a breeze.
Apache License 2.0
47 stars 17 forks source link

Add code coverage badge #7

Closed tylermilner closed 6 years ago

tylermilner commented 6 years ago

Investigate and integrate the code coverage badge into the Readme. Codecov looks to be one possible provider, but there could be others.

achappell commented 6 years ago

I've used codecov and really like it.

achappell commented 6 years ago

Code beat is another cool repo health tool that could be cool to look at

tylermilner commented 6 years ago

At first glance, Codebeat looks awesome! I couldn't tell if it does the code coverage badge, but even if it doesn't, we should look into integrating with it. It looks pretty awesome for internal projects too.

achappell commented 6 years ago

It didn't do code coverage, we would want badges for both. Here is an example of one of my projects that uses it. It does some linting, but also find duplication and complexity issues. https://codebeat.co/projects/github-com-achappell-dungeonsanddragonscharactersheet

wmcginty commented 6 years ago

+1 for Codebeat. I've used it a few times before and it's very useful.