Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automated testing #5

Closed
tijeco opened this issue Mar 12, 2022 · 1 comment
Closed

automated testing #5

tijeco opened this issue Mar 12, 2022 · 1 comment

Comments

@tijeco
Copy link

tijeco commented Mar 12, 2022

It seems that you have a set of test scripts, but I don't see where them being implemented in some sort of continuous integration framework. You can set up a reasonably simple github actions pipeline to run those tests each time you make a commit. It's a good habit to get into, because it can provide immediate input about potential bugs that you have introduced that may cause a simple test to fail.

@ColemanRHarris
Copy link
Owner

Automated testing for both the R CMD check and code coverage has been added via the Github Actions pipeline in the commit here: 62e9b45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants