From aac3a262b96a64dd80b1ad5073166761461f02a7 Mon Sep 17 00:00:00 2001 From: Ashwinh Date: Fri, 14 Jun 2024 13:57:15 +0000 Subject: [PATCH] CP-49934: Disabled upload coverage report for python2.7 in /.github/workflows/other.yml Signed-off-by: Ashwinh --- .github/workflows/other.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/other.yml b/.github/workflows/other.yml index 7c00b893e4a..fc4be895fd1 100644 --- a/.github/workflows/other.yml +++ b/.github/workflows/other.yml @@ -55,6 +55,7 @@ jobs: --cov-report xml:.git/coverage${{matrix.python-version}}.xml - name: Upload Python ${{matrix.python-version}} coverage report to Codecov + if: ${{ matrix.python-version != '2.7' }} uses: codecov/codecov-action@v3 with: directory: .git