Skip to content

Commit c86d433

Browse files
authored
Merge pull request #5996 from tamasvajk/feature/csv-coverage-2
Temporarily disable CSV coverage PR file comparison step
2 parents acca26f + 374adc8 commit c86d433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/csv-coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
with:
7171
name: rst-flow-model-coverage
7272
path: flow-model-coverage-*.rst
73-
- name: Check coverage files
74-
if: github.event.pull_request
75-
run: |
76-
python script/misc/scripts/library-coverage/compare-files.py codeqlModels
73+
# - name: Check coverage files
74+
# if: github.event.pull_request
75+
# run: |
76+
# python script/misc/scripts/library-coverage/compare-files.py codeqlModels
7777

0 commit comments

Comments
 (0)