Skip to content

Commit a85fc97

Browse files
committed
Do not run the coverage build with verbose mode in GitHub workflow
1 parent e514be3 commit a85fc97

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
@@ -135,7 +135,7 @@ jobs:
135135
conda activate coverage
136136
[ -f /opt/intel/oneapi/setvars.sh ] && source /opt/intel/oneapi/setvars.sh
137137
git clean -fxd
138-
python scripts/gen_coverage.py --verbose
138+
python scripts/gen_coverage.py
139139
140140
- name: Total number of coverage attempts
141141
run: |

0 commit comments

Comments
 (0)