-
Notifications
You must be signed in to change notification settings - Fork 22
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
ci: set up CI/CD workflows #34
Comments
I think this is very high priority! We don't necessarily need to address all of the listed aspects in a first draft, but having some automated testing/validation etc. is always better than none. I would propose @git-anurag-hub or @SalihuDickson to take on a first GitHub Actions workflow ASAP. |
Cool! I will take it as parent of this is also assigned to me! |
Let's leave this open and unassigned and have people assign the individual issues to themselves. |
@git-anurag-hub @uniqueg Hey how will |
Basically, the idea is that in the CI we will use a test runner that will discover and run all tests for the repository, then compute the code coverage and report it (e.g., via CodeCov). I don't know what a good test runner for JS/TS projects is, but perhaps this is one: https://about.codecov.io/blog/measuring-typescript-code-coverage-with-jest-and-github-actions/ @git-anurag-hub or @SalihuDickson may know better, I just extrapolated from the process we use for Python projects, where we use |
Please describe your issue.
As part of improving our development workflow and ensuring a streamlined process for Continuous Integration (CI) and Continuous Deployment/Delivery (CD), we should consider implementing the necessary tools and practices in our project.
Additional context
Some of the tasks to follow are:
Acknowledgement
The text was updated successfully, but these errors were encountered: