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 bf57f31 commit 8c8b86aCopy full SHA for 8c8b86a
.github/workflows/generate_coverage.yaml
@@ -109,7 +109,7 @@ jobs:
109
conda activate coverage
110
[ -f /opt/intel/oneapi/setvars.sh ] && source /opt/intel/oneapi/setvars.sh
111
git clean -fxd
112
- python scripts/gen_coverage.py --pytest-opts="--ignore tests/test_random.py" --verbose
+ python scripts/gen_coverage.py --pytest-opts="--ignore dpnp/tests/test_random.py" --verbose
113
114
- name: Total number of coverage attempts
115
run: |
scripts/gen_coverage.py
@@ -70,7 +70,7 @@ def run(
70
"--cov-report",
71
"term-missing",
72
"--pyargs",
73
- "tests",
+ "dpnp",
74
"-vv",
75
*pytest_opts.split(),
76
],
0 commit comments