Skip to content

Commit 8c8b86a

Browse files
Update args for generate coverage
1 parent bf57f31 commit 8c8b86a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
conda activate coverage
110110
[ -f /opt/intel/oneapi/setvars.sh ] && source /opt/intel/oneapi/setvars.sh
111111
git clean -fxd
112-
python scripts/gen_coverage.py --pytest-opts="--ignore tests/test_random.py" --verbose
112+
python scripts/gen_coverage.py --pytest-opts="--ignore dpnp/tests/test_random.py" --verbose
113113
114114
- name: Total number of coverage attempts
115115
run: |

scripts/gen_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run(
7070
"--cov-report",
7171
"term-missing",
7272
"--pyargs",
73-
"tests",
73+
"dpnp",
7474
"-vv",
7575
*pytest_opts.split(),
7676
],

0 commit comments

Comments
 (0)