diff --git a/.github/workflows/converage.yaml b/.github/workflows/converage.yaml index 9e91e78..e42921f 100644 --- a/.github/workflows/converage.yaml +++ b/.github/workflows/converage.yaml @@ -10,6 +10,8 @@ jobs: - uses: actions/checkout@v4 - name: Install requirements run: pip install . + - name: Install requirements + run: pip install pytest pytest-cov - name: Run tests and collect coverage run: pytest --cov . - name: Upload coverage reports to Codecov