Skip to content

Commit

Permalink
loguru
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Aug 22, 2023
1 parent dcb248b commit 5655936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5655936

Please sign in to comment.