Get more coverage info from ci build

This commit is contained in:
Griatch 2022-10-22 23:11:11 +02:00
parent 1752b5f5d9
commit 7ba25288c3

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'