We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5ae49 commit c8e2899Copy full SHA for c8e2899
.github/workflows/checks.yml
@@ -62,7 +62,9 @@ jobs:
62
run: poetry run pylint openapi_python_client
63
64
- name: Run pytest
65
- run: poetry run pytest --cov=openapi_python_client --cov-report=term-missing tests end_to_end_tests/test_end_to_end.py
+ run: poetry run pytest --cov=openapi_python_client --cov-report=term-missing tests end_to_end_tests/test_end_to_end.py --basetemp=tests/tmp
66
+ env:
67
+ TASKIPY: true
68
69
- name: Generate coverage report
70
shell: bash
0 commit comments