From f0c14f322550704226a9d40324b8a12e44fa7d38 Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Thu, 22 Feb 2024 10:24:15 +0100 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D1=89=D0=B8=D0=B9=20=D0=B2=D0=BE?= =?UTF-8?q?=D1=80=D0=BA=D1=84=D0=BB=D0=BE=D1=83=20codecov?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qa.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index c1b9888..d65ed49 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -10,19 +10,7 @@ jobs: uses: autumn-library/workflows/.github/workflows/sonar.yml@coverage with: github_repository: autumn-library/autumn + codecov: true secrets: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - coverage: - runs-on: ubuntu-latest - needs: [sonar] - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Download artifacts - uses: actions/download-artifact@v4 - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - slug: autumn-library/autumn - + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}