Skip to content

Commit f9bfb52

Browse files
committed
Update CI configuration
1 parent 97b719c commit f9bfb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ jobs:
8181
- name: Run QA checks
8282
run: make qa
8383
- name: Run tests suite
84-
run: poetry run pytest --cov-report xml --cov machina
84+
run: poetry run pytest
8585
env:
8686
DB: ${{ matrix.db }}

0 commit comments

Comments
 (0)