From edd77d3c412bae87cffc7a6950610482181c5820 Mon Sep 17 00:00:00 2001 From: michelletran-codecov <167130096+michelletran-codecov@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:49:27 -0400 Subject: [PATCH] Update ci.yml --- .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 78d73a9..dca568f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Install CLI run: pip install --no-cache-dir codecov-cli - name: Run tests and collect coverage - run: pytest --cov . + run: COVERAGE_CORE=sysmon python -m pytest --cov=./ --junitxml=junit.xml - name: Run Startup Staging run: | codecovcli -u ${{ secrets.CODECOV_STAGING_URL }} create-commit -t ${{ secrets.CODECOV_ORG_TOKEN_STAGING }} --fail-on-error