Skip to content

Commit

Permalink
add coverage arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jwfraustro committed Dec 6, 2023
1 parent 07868dd commit b6f2a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b6f2a49

Please sign in to comment.