Hello,
I would like to add code coverage to my R package with automated updating of the coverage using GitHub Actions. I saw that there is a template, which I have now used: usethis::use_github_action("test-coverage").
However, there is also an example workflow yaml file on codecov itself that seems simpler: link Will they achieve the same?
Best,
Jonas