Files
wehub-resource-sync 2aaeece67c
Pipelines-Test / Pipelines-Test (push) Waiting to run
Codestyle Check / Lint (push) Has been cancelled
Codestyle Check / Check bypass (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:37:14 +08:00

9 lines
148 B
Bash

MODULE=paddlenlp
IFS=','
if [ "$#" -gt 0 ]; then
MODULE=$*
fi
coverage run --source "$MODULE" -m unittest discover
coverage report -m
coverage html