diff --git a/scripts/cov.sh b/scripts/cov.sh new file mode 100644 index 000000000..ef4e0713d --- /dev/null +++ b/scripts/cov.sh @@ -0,0 +1,3 @@ +pytest --cov=direct_indexing --cov-report html:./coverage_report tests + +echo $(pwd)/coverage_report/index.html