From 9090570d17559b55c5c4280566d48a587876e329 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 19 May 2024 01:04:09 +0900 Subject: [PATCH] Disable `coverage` --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index afd52678..d50cbe86 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -51,7 +51,7 @@ jobs: coverage: name: Code coverage runs-on: ubuntu-latest - if: github.event.pull_request.draft == false + if: false # カバレッジはpykeio/ortに任せる steps: - name: Checkout sources uses: actions/checkout@v4