diff --git a/.coveragerc b/.coveragerc index c05422050e..3e1bba41b7 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,4 +2,4 @@ plugins = Cython.Coverage branch = True source = dpctl -omit = dpctl/tests/*, *__init__.py +omit = dpctl/tests/*, dpctl/_version.py diff --git a/conda-recipe/run_test.sh b/conda-recipe/run_test.sh index a33098a675..c0ecfec7e3 100644 --- a/conda-recipe/run_test.sh +++ b/conda-recipe/run_test.sh @@ -6,4 +6,4 @@ set -e source ${ONEAPI_ROOT}/compiler/latest/env/vars.sh || true ${PYTHON} -c "import dpctl" -pytest -q -ra --disable-warnings --pyargs dpctl -vv +pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv