Skip to content

Commit c3b9199

Browse files
Enable coverage in CI for Linux (#369)
1 parent c22dbe9 commit c3b9199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
plugins = Cython.Coverage
33
branch = True
44
source = dpctl
5-
omit = dpctl/tests/*, *__init__.py
5+
omit = dpctl/tests/*, dpctl/_version.py

conda-recipe/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66
source ${ONEAPI_ROOT}/compiler/latest/env/vars.sh || true
77

88
${PYTHON} -c "import dpctl"
9-
pytest -q -ra --disable-warnings --pyargs dpctl -vv
9+
pytest -q -ra --disable-warnings --cov dpctl --cov-report term-missing --pyargs dpctl -vv

0 commit comments

Comments
 (0)