We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22dbe9 commit c3b9199Copy full SHA for c3b9199
.coveragerc
@@ -2,4 +2,4 @@
2
plugins = Cython.Coverage
3
branch = True
4
source = dpctl
5
-omit = dpctl/tests/*, *__init__.py
+omit = dpctl/tests/*, dpctl/_version.py
conda-recipe/run_test.sh
@@ -6,4 +6,4 @@ set -e
6
source ${ONEAPI_ROOT}/compiler/latest/env/vars.sh || true
7
8
${PYTHON} -c "import dpctl"
9
-pytest -q -ra --disable-warnings --pyargs dpctl -vv
+pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv
0 commit comments