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 166c09c commit 90c3238Copy full SHA for 90c3238
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
poetry run isort --check-only in2lambda docs
29
poetry run pydocstyle --convention=google in2lambda
30
- name: pytest
31
- run: pytest --cov-report=xml:coverage.xml --cov=in2lambda --doctest-modules in2lambda
+ run: poetry run pytest --cov-report=xml:coverage.xml --cov=in2lambda --doctest-modules in2lambda
32
- name: Upload coverage to Codecov
33
uses: codecov/codecov-action@v3
34
with:
0 commit comments