diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb1e775..a761564 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,6 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt && pip install -r requirements-dev.txt - name: Run test suite - run: coverage run -m py.test + run: coverage run -m py.test -v - name: Upload Coverage to Codecov uses: codecov/codecov-action@v3