Shadblade5 / Arma-Bot

Discord bot design for the Arma 3 unit, Redline Combat Operations Group (RCOG)
2 stars 0 forks source link

Implement code coverage & fill coverage gaps #17

Open NBurley93 opened 1 year ago

NBurley93 commented 1 year ago

Good code is tested regularly, especially for regressions. We should implement code-coverage checking to ensure that code quality remains at a high quality. This would mean that in order for code to be merged to master, it must be covered by a unit test.

Acceptance Criteria: