Skip to content

Commit 8f28e45

Browse files
committed
Update cicd_dev.yml
1 parent ae3d645 commit 8f28e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Code coverage with coverage and pytest
4646
run: |
47-
coverage run -m pytest tests
47+
coverage run -m pytest tests -v
4848
coverage report --fail-under=100
4949
5050
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)