From ce2c520964d1f96bc43bc75da06248b6724b5e51 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 9 Apr 2024 15:00:15 +0500 Subject: [PATCH] fix: Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d19bef..95142d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Run Coverage if: matrix.toxenv == 'django42' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v2 with: - file: ./coverage.xml + flags: unittests fail_ci_if_error: true