We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbeb31 commit 104316cCopy full SHA for 104316c
1 file changed
.github/workflows/pytest_coverage.yaml …s/pytest_transitions_tests_coverage.yaml.github/workflows/pytest_coverage.yaml renamed to .github/workflows/pytest_transitions_tests_coverage.yaml
@@ -26,4 +26,4 @@ jobs:
26
27
- name: Run tests with coverage
28
run: |
29
- PYTHONPATH=. pytest --cov=. --cov-report=term
+ PYTHONPATH=. pytest --cov=manager/manager --cov-report=term
0 commit comments