We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b719c commit f9bfb52Copy full SHA for f9bfb52
.github/workflows/ci.yml
@@ -81,6 +81,6 @@ jobs:
81
- name: Run QA checks
82
run: make qa
83
- name: Run tests suite
84
- run: poetry run pytest --cov-report xml --cov machina
+ run: poetry run pytest
85
env:
86
DB: ${{ matrix.db }}
0 commit comments