r-lib / R6

Encapsulated object-oriented programming for R
https://R6.r-lib.org
Other
403 stars 56 forks source link

add GHA for code coverage #252

Closed IndrajeetPatil closed 2 years ago

IndrajeetPatil commented 2 years ago

closes #246

IndrajeetPatil commented 2 years ago

The website failures have nothing to do with the current PR. The GHA for code coverage is running successfully.

wch commented 2 years ago

Thanks, butI'd prefer to simply remove codecov, since I don't find code coverage to be particularly helpful.

IndrajeetPatil commented 2 years ago

Closing the PR and the related issue.

Typically, I find this GHA to be quite useful when contributors make PRs with code-related changes and I want to make sure that there was no reduction in the code coverage due to these changes.