-
Notifications
You must be signed in to change notification settings - Fork 0
Adding GitHub Actions #30
Comments
To implement CI, we would need to refactor the source code to be more encapsulated as classes of objects rather than sequential code. Look for https://github.com/ashindlecker/tdd-discord-music-bot for reference. I will continue working on this next Saturday or so to refactor the code fully and add CI (CircleCI and CodeCov) for automated building and testing (including unit and coverage testing) |
Need to refactor the commands folder to have subdirectories for a more organized code structure. In addition, refactor the code of every command to include output option (passed as a parameter) in order to unit test when needed. |
I will be implementing CI for auto-formatting for uniform formating. |
Need to implement those github actions:
|
Need to add GitHub CI, Code coverage, and different builds on different OS's. |
|
Is your feature request related to a problem? Please describe.
As we develop further, we can't manually test our PR so we would need to have some unit tests like scripts.
Describe the solution you'd like
Implementing a template for test commands with expected parameters and have the ability to add more unit tests.
The text was updated successfully, but these errors were encountered: