From d0e5e59af0ae8d371059173b2823b57438a9f905 Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Tue, 8 Oct 2024 20:10:53 -0700 Subject: [PATCH] remove invalid bullet in workflow syntax --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: