JacobBumgarner / VesselVio

An open-source application for the analysis and visualization of segmented vasculature datasets
https://jacobbumgarner.github.io/VesselVio/
GNU General Public License v3.0
99 stars 21 forks source link

Create code coverage badge. #33

Closed TimothyStiles closed 7 months ago

TimothyStiles commented 2 years ago

At the top of VesselVio's README there should be a code coverage badge like this: Test Coverage

There are third party services such as coveralls, or code cov, that will generate these badges for you.

I roll my own using github actions and github gists for data storage which gets rendered as a badge via shields.io Screen Shot 2022-05-16 at 5 01 39 PM

These goofy little badges do a lot to assure other developers that they can trust your code to work as anticipated and help attract more users and contributors.

JacobBumgarner commented 2 years ago

Just started working on getting unit tests integrated today, actually :) I

I've seen some packages use CodeCov, but I haven't figured out how to get that integrated yet. I like your approach too!