From aadbef02c45e5b7371ef225cdc80631de7ee8f25 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 2 Dec 2022 23:54:42 +0100 Subject: [PATCH] Specify coverage source by-module name instead --- .github/workflows/github_action_test_suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 005aeeea14..9c2b64e5e2 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -51,7 +51,7 @@ jobs: pip install mysqlclient pip install coveralls pip install tblib - pip install -e . + pip install . pip install .[extra] - name: Initialize evennia @@ -81,7 +81,7 @@ jobs: working-directory: testing_mygame run: | coverage run \ - --source=../evennia \ + --source=evennia \ --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service \ ../bin/unix/evennia test \ --settings=settings \