diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c4a6393..246578b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: - name: Test with pytest run: | - pip install pytest pytest-mock pytest-asyncio pytest-cov + pip install pytest pytest-mock pytest-asyncio pytest-cov coverage pytest - name: Upload coverage to Codecov