Skip to content

Commit 104316c

Browse files
committed
tests: setup coverage for manager module
1 parent 3dbeb31 commit 104316c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest_coverage.yaml renamed to .github/workflows/pytest_transitions_tests_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
2727
- name: Run tests with coverage
2828
run: |
29-
PYTHONPATH=. pytest --cov=. --cov-report=term
29+
PYTHONPATH=. pytest --cov=manager/manager --cov-report=term

0 commit comments

Comments
 (0)