From b6f2a49c30f7fd85a097593db9e718f4645db321 Mon Sep 17 00:00:00 2001 From: Joshua Fraustro Date: Wed, 6 Dec 2023 16:45:11 -0500 Subject: [PATCH] add coverage arg --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 207e827..af05070 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,6 +18,6 @@ jobs: if: github.repository_owner == 'spacetelescope' && github.event_name == 'push' with: test_extras: test - test_command: pytest + test_command: pytest --cov=tests/ secrets: pypi_token: ${{ secrets.PYPI_PASSWORD_STSCI_MAINTAINER }}