From e7482d07dd5c24a29dbb834125f8ed745e522d77 Mon Sep 17 00:00:00 2001 From: Steven Pawley Date: Sat, 1 Jun 2024 08:56:20 -0600 Subject: [PATCH] pytest second attempt --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4059c26..4622aef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Python package +name: Run pytest and upload coverage to Codecov on: [push] @@ -48,8 +48,7 @@ jobs: - name: Test with pytest run: | - source .venv/bin/activate - poetry run pytest --cov= --cov-report=xml + poetry run pytest --cov-report=xml - name: "Upload Report to Codecov" uses: codecov/codecov-action@v3