From 374adc88194f6e82ddd72fa3a021fc9342adc0e9 Mon Sep 17 00:00:00 2001 From: Tamas Vajk Date: Thu, 3 Jun 2021 08:17:17 +0200 Subject: [PATCH] Temporarily disable CSV coverage PR file comparison step --- .github/workflows/csv-coverage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/csv-coverage.yml b/.github/workflows/csv-coverage.yml index 093d6ead060..54c172d66d3 100644 --- a/.github/workflows/csv-coverage.yml +++ b/.github/workflows/csv-coverage.yml @@ -70,8 +70,8 @@ jobs: with: name: rst-flow-model-coverage path: flow-model-coverage-*.rst - - name: Check coverage files - if: github.event.pull_request - run: | - python script/misc/scripts/library-coverage/compare-files.py codeqlModels + # - name: Check coverage files + # if: github.event.pull_request + # run: | + # python script/misc/scripts/library-coverage/compare-files.py codeqlModels