File: test.sh

package info (click to toggle)
isort 8.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,404 kB
  • sloc: python: 14,884; javascript: 42; makefile: 28; sh: 21
file content (7 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euxo pipefail

uv run coverage run --parallel -m pytest tests/unit/ -s
uv run coverage combine
uv run coverage report
uv run coverage xml