diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63300c7..53a4ee0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - name: Install dependencies run: make build-for-test - name: Report coverage - - run: > + run: > coverage run --source $(PACKAGE-NAME) -m pytest; coveralls lint: