We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad74966 commit 141117fCopy full SHA for 141117f
.github/workflows/main.yaml
@@ -49,6 +49,8 @@ jobs:
49
# coverage report
50
#----------------------------------------------
51
- name: Generate coverage results
52
+ # Set bash shell to fail correctly on Windows https://github.com/actions/runner-images/issues/6668
53
+ shell: bash
54
run: |
55
poetry run coverage run -m pytest
56
poetry run coverage xml
0 commit comments