From 07697c428639edfc69ac4f1e77507f8c015beacd Mon Sep 17 00:00:00 2001 From: Kay Jan Date: Sun, 15 Oct 2023 19:24:17 +0800 Subject: [PATCH] Update codecov.yml --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 2ebdc25c..0f68ea22 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.11"] fail-fast: false steps: @@ -49,7 +49,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} uses: marocchino/sticky-pull-request-comment@v2 with: - hide_and_recreate: true + recreate: true path: code-coverage-results.md - name: Upload coverage to Codecov if: ${{ github.event_name == 'push' }}