test: add coverage reporting
This commit is contained in:
@@ -1012,6 +1012,13 @@ cd backend
|
||||
$env:TEST_DATABASE_ENGINE='sqlite'; .\.venv\Scripts\python.exe -m pytest
|
||||
```
|
||||
|
||||
Run backend tests with coverage:
|
||||
|
||||
```powershell
|
||||
cd backend
|
||||
$env:TEST_DATABASE_ENGINE='sqlite'; .\.venv\Scripts\python.exe -m pytest --cov --cov-report=term-missing
|
||||
```
|
||||
|
||||
The test suite covers:
|
||||
|
||||
- successful claim
|
||||
|
||||
Reference in New Issue
Block a user