From b941a09bcf8d790269b9c49beec9df8b27f0a878 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 22 Oct 2022 23:42:25 +0200 Subject: [PATCH] Report coverage version in CI --- .github/workflows/github_action_test_suite.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index e9eaeb68e1..f257291763 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -135,6 +135,7 @@ jobs: evennia coverage xml coverage report + coverage --version - name: Run test suite if: matrix.TESTING_DB != 'sqlite3' || matrix.python-version != '3.10'