Merge pull request #2224 from automatisch/test-coverage

chore: add test coverage
This commit is contained in:
Ömer Faruk Aydın
2024-11-25 14:49:46 +03:00
committed by GitHub
4 changed files with 340 additions and 307 deletions

View File

@@ -47,5 +47,5 @@ jobs:
run: cp .env-example.test .env.test
working-directory: packages/backend
- name: Run tests
run: yarn test
run: yarn test:coverage
working-directory: packages/backend