-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Run unit tests in the pipeline on merge request for better code quality.
Depends on #100
Is your feature request related to a problem? Please describe.
Yes, when multiple developers work on the same project, it becomes difficult to merge their changes without causing conflicts. It's essential to ensure the quality of code by running unit tests before merging it. However, executing these tests manually for each merge request is time-consuming and prone to errors.
Describe the solution you'd like
As a developer, I would like to have an automated mechanism that automatically runs unit tests for each merge request.
Describe alternatives you've considered
I have considered running tests manually or using a separate tool for unit testing. However, manual testing is time-consuming, and using a separate tool can lead to synchronization and compatibility issues in the long run. I believe running tests inside the pipeline is a good solution that ensures quality and easy to maintain