diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92fae24..9b2c51b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,5 +38,5 @@ jobs: - name: "Generate coverage report on ${{ matrix.os }} for Python ${{ matrix.python-version }}" run: | - pip install pytest pytest-cov + pip install pytest pytest-cov loguru pytest --cov=./ --cov-report xml --cov-report lcov --cov-append \ No newline at end of file