0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

ci: include lines with >=3 characters in report

This commit is contained in:
2025-05-15 09:47:57 +02:00
committed by Klaus Wakonig
parent aed450ef2c
commit 83b153a14a
2 changed files with 3 additions and 4 deletions

View File

@ -55,9 +55,7 @@ jobs:
- name: Run Pytest with Coverage
id: coverage
run: |
pip install coverage pytest pytest-random-order pytest-cov
pytest --random-order --cov --cov-config=pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail tests/unit_tests/
run: pytest --random-order --cov --cov-config=pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail tests/unit_tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5