Get more coverage info from ci build

This commit is contained in:
Griatch 2022-10-22 23:11:11 +02:00
parent c545eb6679
commit 7d1a758c44

View file

@ -134,7 +134,7 @@ jobs:
--timing \
evennia
coverage xml
coverage report | grep TOTAL
coverage report
- name: Run test suite
if: matrix.TESTING_DB != 'sqlite3' || matrix.python-version != '3.10'