Files
linkding/scripts/coverage.sh
Sascha Ißbrücker b90ae1b202 Switch to uv (#1172)
2025-08-23 07:37:25 +02:00

6 lines
114 B
Bash
Executable File

#!/usr/bin/env bash
uv run coverage erase
uv run coverage run manage.py test
uv run coverage report --sort=cover