feat: init commit

This commit is contained in:
Rónán Carrigan
2022-01-02 23:15:23 +00:00
commit b162ba1b42
12 changed files with 679 additions and 0 deletions

10
scripts/test Executable file
View File

@@ -0,0 +1,10 @@
#!/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