CI/CD and Code Coverage

Updated: 2023-05-24 A simple guide to use CI/CD and Code coverage. For CI tasks will be done using GitHub Actions. Some examples of yaml files for CI tasks can be found here eg. check-standard.yaml file. CI/CD This is a simple process to implement CI/CD using GitHub Actions with usethis package.

Read More