From f1922f047e2f16905cb2d5b0d2c72005ed7819cb Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 13 May 2024 17:50:11 +0500 Subject: [PATCH] build: skip coverage check --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ee7f354..dc44ef57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,11 @@ jobs: sudo apt install gettext make static make validate_translations - - name: Run Coverage - if: matrix.python-version == '3.12' && matrix.toxenv=='django42' - uses: codecov/codecov-action@v1 - with: - flags: unittests - file: ./coverage.xml - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} + # - name: Run Coverage + # if: matrix.python-version == '3.12' && matrix.toxenv=='django42' + # uses: codecov/codecov-action@v1 + # with: + # flags: unittests + # file: ./coverage.xml + # fail_ci_if_error: true + # token: ${{ secrets.CODECOV_TOKEN }}