We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4949857 commit 764e181Copy full SHA for 764e181
.github/workflows/test.yml
@@ -57,11 +57,12 @@ jobs:
57
58
- name: Install dependencies
59
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
60
+ shell: bash
61
run: poetry install --no-interaction --no-root
62
63
- name: Run tests
- run: |
64
- poetry run pytest --cov-report=xml --cov=${{ env.PACKAGE_NAME }} tests/
65
+ run: poetry run pytest --cov-report=xml --cov=${{ env.PACKAGE_NAME }} tests/
66
67
- name: Upload coverage to Codecov
68
uses: codecov/codecov-action@v1
0 commit comments