From 08133fbae45d2c48e18979cc7d120e94e6795295 Mon Sep 17 00:00:00 2001 From: John San Soucie Date: Sun, 1 Oct 2023 15:15:09 -0400 Subject: [PATCH] fix: coverage --- .github/workflows/push-main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index 6db8e5f..5797980 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -20,11 +20,6 @@ jobs: - name: Test with tox run: | tox -e coverage - - name: Generate coverage report - run: | - pip install pytest - pip install pytest-cov - pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: