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 0e1033a commit dac7c55Copy full SHA for dac7c55
.github/workflows/code-coverage.yml
@@ -61,9 +61,9 @@ jobs:
61
- name: Install library
62
run: poetry install --no-interaction --all-extras
63
#----------------------------------------------
64
- # run all tests in parallel with xdist
+ # run all tests with coverage
65
66
- - name: Run all tests with coverage using pytest-xdist
+ - name: Run all tests with coverage
67
continue-on-error: false
68
run: |
69
poetry run pytest tests/unit tests/e2e \
0 commit comments