From 7d1a758c44f38afed4cf38253c0f756cd9912c20 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 22 Oct 2022 23:11:11 +0200 Subject: [PATCH] Get more coverage info from ci build --- .github/workflows/github_action_test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 43b3e4d98b..e9eaeb68e1 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -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'