mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-05 19:11:01 +02:00
ci: exclude test dir from coverage report
This commit is contained in:
committed by
Jan Wyzula
co-authored by
Jan Wyzula
parent
83b153a14a
commit
8cf1f09926
@@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
- name: Run Pytest with Coverage
|
||||
id: coverage
|
||||
run: 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=bec_widgets --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