neurogenomics / EpiCompare

Comparison, benchmarking & QC of epigenetic datasets
https://doi.org/doi:10.18129/B9.bioc.EpiCompare
12 stars 3 forks source link

Add codecov badge #41

Closed bschilder closed 2 years ago

bschilder commented 2 years ago

Add a codecov badge so you can display how awesomely thorough the code coverage of your unit tests is. You can generate this badge with:

badger::badge_codecov()
serachoi1230 commented 2 years ago

Not sure how thorough the code coverage is at the moment (planning to make some more unit tests soon!!) but I've created a badge anyways :)

The problem is codecov doesn't exist for EpiCompare. I vaguely remember having issues with setting up codecov for EpiCompare at the beginning because of some permission issues!

bschilder commented 2 years ago

79% is not bad at all! there's no real rules about this, but we usually shoot for >=80% whenever possible