diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f48564047..e920f3015 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -36,11 +36,6 @@ jobs: pip install pytest-cov - name: Test with pytest - run: | - pytest - - - name: Generate coverage report - if: success() run: | pytest --cov=./