gamevault-backend
gamevault-backend copied to clipboard
Write Tests
Ensuring continuous integration stability becomes increasingly challenging. We must implement tests to verify that new bugfixes and features do not introduce issues.
- [X] Set up a Testing System
- [ ] Write Integration Tests for each Controller
- [ ] Write Unit Tests
- [ ] Minimum 80% Coverage
- [ ] Run tests in pre-commit-hook
- [ ] Run tests in Github Actions