aussiebroadwan / tony

The Discord Bot for the TAB
0 stars 1 forks source link

Workflow: Adding Testing Pipeline #19

Closed lcox74 closed 7 months ago

lcox74 commented 7 months ago

The existing GitHub Actions workflows focus solely on building the project into an image and deploying it. To improve code reliability, incorporating a testing phase that executes with every commit and across all branches would be advantageous. Currently, some tests exist within the pkg/ directory for corresponding packages. It is also recommended that applications include their own tests to ensure comprehensive coverage.