From 3e10a9cdc4c15276d6c45d622eaae8e9c8db766f Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Wed, 8 Jan 2025 19:23:33 -0500 Subject: [PATCH] chore: add more cov flags to see if codecov issue gets resolved. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3044265..af5f3d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: python -m pip install --no-deps . - name: Run pytest run: |- - pytest + pytest --cov --cov-append --cov-branch --cov-report=xml --junitxml=junit.xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: