Skip to content

Commit c623f24

Browse files
Merge 6efe0b6 into 0bcd49d
2 parents 0bcd49d + 6efe0b6 commit c623f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 --verbose
113113
114114
- name: Total number of coverage attempts
115115
run: |

0 commit comments

Comments
 (0)