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 8ca7366 commit e160e6fCopy full SHA for e160e6f
.github/workflows/ci_poetry.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Test tasks with pytest
35
env:
36
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
37
- run: poetry run coverage run -m pytest tests/dev --ignore tests/tasks
+ run: poetry run coverage run --debug=trace -m pytest tests/dev --ignore tests/tasks
38
39
- name: Upload coverage data
40
uses: actions/upload-artifact@v4
0 commit comments