From a269b827946825a80f939ce186c122c86682fb31 Mon Sep 17 00:00:00 2001 From: Surya Bulusu Date: Thu, 13 Jul 2023 16:02:26 +0530 Subject: [PATCH] update ci to consider coveragerc file --- .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 bd9bb4ce..01ca37df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r app/requirements.txt - pip install pytest pytest-cov + pip install pytest pytest-cov --rcfile=.coveragerc - name: Run Test Cases # command to run tests and generate coverage metrics