mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
ci: no cov report with failed tests
This commit is contained in:
2
.github/workflows/pytest.yml
vendored
2
.github/workflows/pytest.yml
vendored
@ -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