File: test

package info (click to toggle)
hishel 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: python: 6,387; sh: 13; makefile: 4
file content (6 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#! /bin/bash -ex

./scripts/check
uv run coverage run -m pytest tests

uv run coverage report --show-missing --skip-covered --fail-under=100