Files
Rónán Carrigan b162ba1b42 feat: init commit
2022-01-02 23:15:23 +00:00

11 lines
202 B
Bash
Executable File

#!/bin/sh
PYTHON_DIR="rplugin/python3/ultest"
pytest \
--cov-branch \
--cov=${PYTHON_DIR} \
--cov-report xml:coverage/coverage.xml \
--cov-report term \
--cov-report html:coverage