diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 85335ec..8db9c98 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -29,4 +29,4 @@ jobs: - name: Test with pytest run: | ls - poetry run pytest --cov=butterrobot + poetry run pytest --cov=butterrobot --cov=butterrobot_plugins_contrib diff --git a/Makefile b/Makefile index 729de14..2791e1c 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,9 @@ podman@dev: make podman@tag-dev make podman@push-dev +test: + poetry run pytest --cov=butterrobot --cov=butterrobot_plugins_contrib + clean: rm -rf dist rm -rf butterrobot.egg-info