0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

ci: no cov report with failed tests

This commit is contained in:
2025-05-14 16:13:17 +02:00
committed by David Perl
parent 3a5fa3d01a
commit 59d87e1c2f

View File

@ -57,7 +57,7 @@ jobs:
id: coverage id: coverage
run: | run: |
pip install coverage pytest pytest-random-order pytest-cov pip install coverage pytest pytest-random-order pytest-cov
pytest --cov --random-order --cov-branch --cov-report=xml tests/unit_tests/ 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 - name: Upload coverage to Codecov
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v5