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 6cb792b commit 8240273Copy full SHA for 8240273
.github/workflows/test.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Install deps
46
run: poetry install
47
- name: Run pytest check
48
- run: poetry run pytest -vv -n auto --cov="aiohttp_deps" .
+ run: poetry run pytest -vv --cov="aiohttp_deps" .
49
- name: Generate report
50
run: poetry run coverage xml
51
- name: Upload coverage reports to Codecov with GitHub Action
0 commit comments