diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index a0bf8ae4e..247764fc4 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -38,6 +38,7 @@ jobs: - name: Run unit tests run: | hatch run testing:test-cov + hatch run testing:cov - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1