From f8b8ed59c2888da34337955d71382001a0956c1c Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Tue, 9 Apr 2024 14:17:16 +0500 Subject: [PATCH] feat: Adding python3.11 support. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dbf91a..1d19bef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,5 +39,5 @@ jobs: if: matrix.toxenv == 'django42' uses: codecov/codecov-action@v3 with: - flags: unittests + file: ./coverage.xml fail_ci_if_error: true