From 29613043d74c522c1f49589888a4c872001ddce4 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Thu, 11 May 2023 16:13:07 +0800 Subject: [PATCH] fix: should use package `pypots` as the source, rather than `tests`; --- .github/workflows/testing_daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing_daily.yml b/.github/workflows/testing_daily.yml index 314b89f0..87bfc73c 100644 --- a/.github/workflows/testing_daily.yml +++ b/.github/workflows/testing_daily.yml @@ -52,7 +52,7 @@ jobs: - name: Test with pytest run: | - coverage run --source=tests -m pytest + coverage run --source=pypots -m pytest - name: Generate the LCOV report run: |