-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make sure all CI is running and is feature complete #13
Comments
Flag that I'm not that familiar with CI and could do with more guidance before feeling ready to tackle this. |
Fair enough. We likely want github actions to:
All of these are implemented for That donee we can change our branch protection rules for For things like linting and Rmd checks currently we expect those to fail but a focus early in the development should be to get the code base (via cutting and documentation etc) to a place where those both pass. This should really be done ahead of adding in new features, making interface changes, or adding lots of tests in my view. The other critical CI we need in place before adding tests is code coverage as that will help us when building out the testing suite. I think the place to start here is a PR setting up one CI and we can go from there. |
I suggest we do #60 and then after that I have a go at working through these remaining ones (to the extent they're not already working):
|
As a first step before any development we need to make sure that all required CI is in place and that it works as expected.
The text was updated successfully, but these errors were encountered: