8 lines
127 B
Bash
Executable File
8 lines
127 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
export SOURCE_FILES="httpx tests"
|
|
|
|
set -x
|
|
|
|
uv run coverage report --show-missing --skip-covered --fail-under=100
|