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.
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.