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 141ddc2 commit 20eb0f0Copy full SHA for 20eb0f0
.github/workflows/test_code.yml
@@ -42,7 +42,9 @@ jobs:
42
43
- name: Code tests
44
shell: bash -l {0}
45
- run: coverage run -p -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright --ignore=tests/snapshots
+ run: |
46
+ coverage run -p -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright --ignore=tests/snapshots
47
+ ls -la
48
49
- name: Upload coverage
50
if: always()
0 commit comments