We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59b086 commit 566e28aCopy full SHA for 566e28a
.github/workflows/main.yml
@@ -81,7 +81,7 @@ jobs:
81
shell: bash -l {0}
82
run: |
83
cd test
84
- pytest . --reruns 5
+ pytest -sv . --reruns 5
85
86
- name: Prepare code coverage report
87
if: ${{ success() && (matrix.coverage == true) }}
0 commit comments