mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-09 00:02:10 +02:00
ci: no cov report with failed tests
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
||||
id: coverage
|
||||
run: |
|
||||
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
|
||||
uses: codecov/codecov-action@v5
|
||||
|
||||
Reference in New Issue
Block a user