We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20eb0f0 commit dd4f6c8Copy full SHA for dd4f6c8
.github/workflows/test_code.yml
@@ -44,6 +44,7 @@ jobs:
44
shell: bash -l {0}
45
run: |
46
coverage run -p -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright --ignore=tests/snapshots
47
+ pwd
48
ls -la
49
50
- name: Upload coverage
0 commit comments