From 86747a46d25dce3bb39e478aaaad43a6552a7c59 Mon Sep 17 00:00:00 2001 From: Scott Shambaugh <14363975+scottshambaugh@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:09:10 -0700 Subject: [PATCH] codecov attempt#4 --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 223de29..62c5673 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,15 +62,13 @@ jobs: run: | poetry run coverage run --source=mpl_stereo -m pytest poetry run coverage report -m + poetry run coverage xml poetry run coverage html - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - with: - name: code-coverage-report - directory: htmlcov - name: Archive code coverage results uses: actions/upload-artifact@v3