From 8d9cc1a95b71a30747d0d2a22d1160eaf1aeef17 Mon Sep 17 00:00:00 2001 From: Jun Komoda <45822440+junkmd@users.noreply.github.com> Date: Mon, 27 May 2024 18:02:16 +0900 Subject: [PATCH] Update autotest.yml --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 3665e37f..1926ae94 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -32,7 +32,7 @@ jobs: - name: unittest comtypes run: | pip install coverage - coverage xml -i run -m unittest discover -v -s ./comtypes/test -t comtypes\test + coverage run --source=comtypes -m unittest discover -v -s ./comtypes/test -t comtypes\test coverage report coverage html - name: Upload coverage report