Closed bschneidr closed 1 year ago
The codecov badge on the README is broken, and I think it's because there have been changes to the 'codecov' API.
This PR updates the codecov badge by simply calling usethis::use_coverage(type = "codecov"). Here's what I see on the README after this update:
usethis::use_coverage(type = "codecov")
Thanks!
The codecov badge on the README is broken, and I think it's because there have been changes to the 'codecov' API.
This PR updates the codecov badge by simply calling
usethis::use_coverage(type = "codecov")
. Here's what I see on the README after this update: