Coverage for the plugins package as well
This commit is contained in:
parent
49a9fccbf3
commit
e363ebf5ca
2 changed files with 4 additions and 1 deletions
2
.github/workflows/pytest.yaml
vendored
2
.github/workflows/pytest.yaml
vendored
|
@ -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
|
||||
|
|
3
Makefile
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue